File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : ' {build}'
22
3- image : Visual Studio 2017 Preview
3+ image : Visual Studio 2019
44
55pull_requests :
66 do_not_increment_build_number : true
Original file line number Diff line number Diff 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.'
You can’t perform that action at this time.
0 commit comments