From 69b727745a0467c69aa30135a41a9a9b1ae0cb6e Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 18 Jul 2018 10:51:40 -0700 Subject: [PATCH] Pin stage0 in update-dependencies.sh --- build_projects/update-dependencies/update-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_projects/update-dependencies/update-dependencies.sh b/build_projects/update-dependencies/update-dependencies.sh index 5e4872bf9..75ac6dfeb 100755 --- a/build_projects/update-dependencies/update-dependencies.sh +++ b/build_projects/update-dependencies/update-dependencies.sh @@ -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"