We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff9e47 commit 38b46edCopy full SHA for 38b46ed
1 file changed
tools/anglesharp.cake
@@ -76,7 +76,7 @@ Task("Run-Unit-Tests")
76
var settings = new DotNetCoreTestSettings
77
{
78
Configuration = configuration,
79
- NoBuild = true
+ NoBuild = false
80
};
81
82
if (isRunningOnAppVeyor)
0 commit comments