This commit is contained in:
Jamie Rees 2019-04-11 22:00:46 +01:00
commit 3830eee634
2 changed files with 7 additions and 4 deletions

View file

@ -287,7 +287,7 @@ Task("Default")
Task("Build")
.IsDependentOn("SetVersionInfo")
.IsDependentOn("Run-Unit-Tests")
.IsDependentOn("Run-Server-Build");
.IsDependentOn("Run-Server-Build");
// .IsDependentOn("Run-UI-Build");
//////////////////////////////////////////////////////////////////////