Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit deaaa43

Browse files
Fix SDK download URL for AppVeyor
1 parent 58fd915 commit deaaa43

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
@@ -4,7 +4,7 @@ install:
44
- ps: Install-Product node 6.9.2 x64
55
# .NET Core SDK binaries
66
# Download .NET Core 2.0 Preview 1 SDK and add to PATH
7-
- ps: $urlCurrent = "https://download.microsoft.com/download/3/7/F/37F1CA21-E5EE-4309-9714-E914703ED05A/dotnet-dev-win-x64.2.0.0-preview1-005977.exe"
7+
- ps: $urlCurrent = "https://download.microsoft.com/download/0/6/5/0656B047-5F2F-4281-A851-F30776F8616D/dotnet-dev-win-x64.2.0.0-preview1-005977.zip"
88
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
99
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
1010
- ps: $tempFileCurrent = [System.IO.Path]::GetTempFileName()

0 commit comments

Comments
 (0)