Merge branch 'rel/1.0.0' into cli-sdk-stages
This commit is contained in:
commit
d1c0127c99
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@ fi
|
|||
echo "Restoring Build Script projects..."
|
||||
(
|
||||
cd $DIR
|
||||
dotnet restore
|
||||
dotnet restore --disable-parallel
|
||||
)
|
||||
|
||||
# Build the builder
|
||||
|
|
Loading…
Reference in a new issue