Update build.cake

pull/1510/head
Jamie 7 years ago committed by GitHub
parent 599cb013d5
commit 64d37c37a3

@ -217,7 +217,7 @@ Task("Run-Unit-Tests")
.IsDependentOn("Publish") .IsDependentOn("Publish")
.Does(() => .Does(() =>
{ {
NUnit("./src/**/bin/Release/*.Tests.dll"); //NUnit("./src/**/bin/Release/*.Tests.dll");
}); });
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save