Skip to content

Commit 5942c64

Browse files
committed
update appveyor
1 parent e7471ef commit 5942c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ init:
3939

4040
install:
4141
# .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"
42+
- ps: $urlCurrent = "https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-win-x64.zip"
4343
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
4444
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
4545
- ps: $tempFileCurrent = [System.IO.Path]::Combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName())

0 commit comments

Comments
 (0)