Skip to content

Commit 03dacea

Browse files
committed
Old dotnet-install.ps1 link
1 parent 9f5db47 commit 03dacea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- ps: $RequiredDotnetVersion = $(Get-Content ./global.json | ConvertFrom-Json).sdk.version
77
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
88
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
9-
- ps: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
9+
- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
1010
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version $RequiredDotnetVersion -InstallDir $env:DOTNET_INSTALL_DIR'
1111
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1212
build_script:

0 commit comments

Comments
 (0)