Skip to content

Commit f906881

Browse files
Update AppVeyor builds to use latest .NET Core SDK. Fixesaspnet#1058
1 parent 85bf621 commit f906881

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 2.0 Preview 1 SDK and add to PATH
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"
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"
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)