Pin stage0 in update-dependencies.sh
This commit is contained in:
parent
f58902c0d7
commit
69b727745a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
|||
|
||||
# Install a stage 0
|
||||
echo "Installing .NET Core CLI Stage 0"
|
||||
$REPO_ROOT/scripts/obtain/dotnet-install.sh -Channel master -Architecture x64
|
||||
$REPO_ROOT/scripts/obtain/dotnet-install.sh -Version 2.1.302 -Architecture x64
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to install stage 0"
|
||||
|
|
Loading…
Reference in a new issue