Update build.cake

This commit is contained in:
Jamie 2017-09-14 16:13:02 +01:00 committed by GitHub
commit 64d37c37a3

View file

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