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 c2e4d4f commit f5d58f3Copy full SHA for f5d58f3
appveyor.yml
@@ -4,7 +4,7 @@ install:
4
- ps: Install-Product node 6.9.2 x64
5
# .NET Core SDK binaries
6
# Download .NET Core 2.0 Preview 3 SDK and add to PATH
7
- - ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview3-006729/dotnet-sdk-2.0.0-preview3-006729-win-x64.zip"
+ - ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview3-006857/dotnet-sdk-2.0.0-preview3-006857-win-x64.zip"
8
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
9
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
10
- ps: $tempFileCurrent = [System.IO.Path]::Combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName())
0 commit comments