Skip to content

Commit 5652960

Browse files
committed
1 parent 9e8187e commit 5652960

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ environment:
88
cache:
99
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
1010
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"
11+
- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
1312
- ps: .\install-dotnet.ps1 -Version 3.1.301 -InstallDir "dotnetcli"
1413
- ps: .\install-dotnet.ps1 -Version 5.0.100-preview.6.20318.15 -InstallDir "dotnetcli"
1514
build_script:

0 commit comments

Comments
 (0)