Skip to content

Commit 1e8ff70

Browse files
committed
👷‍♀️ test release build
1 parent 5c39b45 commit 1e8ff70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class Build : NukeBuild {
6767
.DependsOn(Compile)
6868
.Executes(() => DotNetTest(opts => opts
6969
.SetProjectFile(Solution.Json5_Tests)
70-
.SetNoBuild(true)));
70+
.SetNoBuild(true)
71+
.SetConfiguration("Release")));
7172

7273
Target Pack => t => t
7374
.DependsOn(Clean, Compile)

0 commit comments

Comments
 (0)