Merge branch 'rel/1.0.0' into cli-sdk-stages

This commit is contained in:
Bryan Thornbury 2016-03-17 17:50:15 -07:00
commit d1c0127c99
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ $env:PATH = "$env:DOTNET_INSTALL_DIR\cli\bin;$env:PATH"
# Restore the build scripts
Write-Host "Restoring Build Script projects..."
pushd $PSScriptRoot
dotnet restore
dotnet restore --disable-parallel
if($LASTEXITCODE -ne 0) { throw "Failed to restore" }
popd

View file

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