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

Commit 5fd9b93

Browse files
Switch to a specific version of .NET Core 2.0 Preview 2, because "latest" is 2.1 and breaks. Fixes #1058
1 parent 55bd0c0 commit 5fd9b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ init:
33
install:
44
- ps: Install-Product node 6.9.2 x64
55
# .NET Core SDK binaries
6-
# Download .NET Core latest prerelease SDK and add to PATH
7-
- ps: $urlCurrent = "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip"
6+
# Download .NET Core 2.0 Preview 2 SDK and add to PATH
7+
- ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview2-006497/dotnet-sdk-2.0.0-preview2-006497-win-x64.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)