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 244deca commit 58fd915Copy full SHA for 58fd915
appveyor.yml
@@ -3,8 +3,8 @@ init:
3
install:
4
- ps: Install-Product node 6.9.2 x64
5
# .NET Core SDK binaries
6
- # Download .NET Core SDK and add to PATH
7
- - ps: $urlCurrent = "https://download.microsoft.com/download/E/7/8/E782433E-7737-4E6C-BFBF-290A0A81C3D7/dotnet-dev-win-x64.1.0.4.zip"
+ # Download .NET Core 2.0 Preview 1 SDK and add to PATH
+ - 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"
8
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
9
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
10
- ps: $tempFileCurrent = [System.IO.Path]::GetTempFileName()
0 commit comments