oh yeah, appveyor doesn't like the tests

This commit is contained in:
Adam Hathcock
2017-05-22 09:08:16 +01:00
parent 63d5503e12
commit 0f2d325f20

View File

@@ -46,7 +46,6 @@ Task("Pack")
Task("Default")
.IsDependentOn("Restore")
.IsDependentOn("Build")
.IsDependentOn("Test")
.IsDependentOn("Pack");
Task("RunTests")