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 9e8187e commit 5652960Copy full SHA for 5652960
appveyor.yml
@@ -8,8 +8,7 @@ environment:
8
cache:
9
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
10
install:
11
- # The following can be used to install a custom version of .NET Core
12
- - ps: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
+ - ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
13
- ps: .\install-dotnet.ps1 -Version 3.1.301 -InstallDir "dotnetcli"
14
- ps: .\install-dotnet.ps1 -Version 5.0.100-preview.6.20318.15 -InstallDir "dotnetcli"
15
build_script:
0 commit comments