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 e7471ef commit 5942c64Copy full SHA for 5942c64
.appveyor.yml
@@ -39,7 +39,7 @@ init:
39
40
install:
41
# .NET Core SDK binaries
42
- - ps: $urlCurrent = "https://download.microsoft.com/download/D/7/8/D788D3CD-44C4-487D-829B-413E914FB1C3/dotnet-sdk-2.1.300-win-x64.zip"
+ - ps: $urlCurrent = "https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-win-x64.zip"
43
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
44
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
45
- ps: $tempFileCurrent = [System.IO.Path]::Combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName())
0 commit comments