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 9f5db47 commit 03daceaCopy full SHA for 03dacea
appveyor.yml
@@ -6,7 +6,7 @@ install:
6
- ps: $RequiredDotnetVersion = $(Get-Content ./global.json | ConvertFrom-Json).sdk.version
7
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
8
- 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"
+- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
10
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version $RequiredDotnetVersion -InstallDir $env:DOTNET_INSTALL_DIR'
11
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
12
build_script:
0 commit comments