Skip to content

Commit a2aff96

Browse files
author
Justin
committed
Updated build script to use newer dotnet sdk
1 parent 759a724 commit a2aff96

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '{build}'
22

3-
image: Visual Studio 2017 Preview
3+
image: Visual Studio 2019
44

55
pull_requests:
66
do_not_increment_build_number: true

default.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ task init {
1919

2020
if($isDotNetDownloaded -eq $false) {
2121
Write-Output 'Did not find dotnet-sdk.exe. Starting download.'
22-
exec { curl -O dotnet-sdk.exe https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-x64.exe | Out-Default }
22+
exec { curl -O dotnet-sdk.exe https://download.visualstudio.microsoft.com/download/pr/5aad9c2c-7bb6-45b1-97e7-98f12cb5b63b/6f6d7944c81b043bdb9a7241529a5504/dotnet-sdk-3.1.102-win-x64.exe | Out-Default }
2323
} else {
24-
Write-Output 'Found dotnet-sdk.exe. Skipping download.'
24+
Write-Output 'Found dotnet-sdk.exe. Skipping download.'
2525
}
2626

2727
Write-Output 'Installing dotnet-sdk.exe.'

0 commit comments

Comments
 (0)