Skip to content

Commit 7c8c16a

Browse files
committed
Updating dotnet rc2 install url
1 parent 7be68d8 commit 7c8c16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $env:DOTNET_INSTALL_DIR=$NuGetClientRoot
3030

3131
New-Item -ItemType Directory -Force -Path $CLIRoot
3232

33-
wget https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile cli/install.ps1
33+
wget https://raw.githubusercontent.com/dotnet/cli/5a77b03f36904670faa36c0d294237ec8841e8f1/scripts/obtain/dotnet-install.ps1 -OutFile cli/install.ps1
3434

3535
& cli/install.ps1 -Channel beta -i $CLIRoot -Version 1.0.0-preview1-002702
3636

0 commit comments

Comments
 (0)