disable parallel in run-build

This commit is contained in:
Bryan Thornbury 2016-03-17 17:09:25 -07:00
parent 778e63a5a6
commit 4890814176
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ fi
echo "Restoring Build Script projects..."
(
cd $DIR
dotnet restore
dotnet restore --disable-parallel
)
# Build the builder