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
|
# Restore the build scripts
|
||||||
Write-Host "Restoring Build Script projects..."
|
Write-Host "Restoring Build Script projects..."
|
||||||
pushd $PSScriptRoot
|
pushd $PSScriptRoot
|
||||||
dotnet restore
|
dotnet restore --disable-parallel
|
||||||
if($LASTEXITCODE -ne 0) { throw "Failed to restore" }
|
if($LASTEXITCODE -ne 0) { throw "Failed to restore" }
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,7 @@ fi
|
||||||
echo "Restoring Build Script projects..."
|
echo "Restoring Build Script projects..."
|
||||||
(
|
(
|
||||||
cd $DIR
|
cd $DIR
|
||||||
dotnet restore
|
dotnet restore --disable-parallel
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build the builder
|
# Build the builder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue