We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be68d8 commit 7c8c16aCopy full SHA for 7c8c16a
build.ps1
@@ -30,7 +30,7 @@ $env:DOTNET_INSTALL_DIR=$NuGetClientRoot
30
31
New-Item -ItemType Directory -Force -Path $CLIRoot
32
33
-wget https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile cli/install.ps1
+wget https://raw.githubusercontent.com/dotnet/cli/5a77b03f36904670faa36c0d294237ec8841e8f1/scripts/obtain/dotnet-install.ps1 -OutFile cli/install.ps1
34
35
& cli/install.ps1 -Channel beta -i $CLIRoot -Version 1.0.0-preview1-002702
36
0 commit comments