From f58902c0d7960264d6db8a48d08d8963fafb2843 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 18 Jul 2018 10:15:37 -0700 Subject: [PATCH] Pin stage0 used for update-dependencies to stable 2.1 build --- build_projects/update-dependencies/update-dependencies.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_projects/update-dependencies/update-dependencies.ps1 b/build_projects/update-dependencies/update-dependencies.ps1 index 4f23db26b..56721f8fa 100644 --- a/build_projects/update-dependencies/update-dependencies.ps1 +++ b/build_projects/update-dependencies/update-dependencies.ps1 @@ -38,7 +38,7 @@ $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 # Install a stage 0 Write-Output "Installing .NET Core CLI Stage 0" -& "$RepoRoot\scripts\obtain\dotnet-install.ps1" -Channel "master" -Architecture $Architecture +& "$RepoRoot\scripts\obtain\dotnet-install.ps1" -Version 2.1.302 -Architecture $Architecture if($LASTEXITCODE -ne 0) { throw "Failed to install stage0" } # Put the stage0 on the path