Fix build script to run compile operation

This commit is contained in:
Robert Marshall 2019-06-11 21:07:03 +01:00
parent b83f5b8c0f
commit b7a947cf6e

View file

@ -45,7 +45,7 @@ class Build : NukeBuild
});
Target Test => _ => _
.DependsOn(Restore)
.DependsOn(Compile)
.Executes(() =>
{
DotNetTest(s => s