Skip to content

Commit 38b46ed

Browse files
committed
Enabled build during Unit Test cake step
1 parent 3ff9e47 commit 38b46ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/anglesharp.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Task("Run-Unit-Tests")
7676
var settings = new DotNetCoreTestSettings
7777
{
7878
Configuration = configuration,
79-
NoBuild = true
79+
NoBuild = false
8080
};
8181

8282
if (isRunningOnAppVeyor)

0 commit comments

Comments
 (0)