Pin stage0 in update-dependencies.sh

This commit is contained in:
Nick Guerrera 2018-07-18 10:51:40 -07:00 committed by GitHub
parent f58902c0d7
commit 69b727745a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"