File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ $DotnetChannel = "9.0"
4545$InstallFailed = $false
4646if ($IsRunningOnUnix ) {
4747 & chmod + x $DotnetInstallScriptPath
48- & $ DotnetInstallScriptPath -- channel $DotnetChannel -- install-dir $InstallPath
48+ & " $PSScriptRoot /Invoke-WithRetry.ps1 " " $ DotnetInstallScriptPath --channel $DotnetChannel --install-dir $InstallPath " - Retries 5
4949 $InstallFailed = ($LASTEXITCODE -ne 0 )
5050}
5151else {
52- & $ DotnetInstallScriptPath - Channel $DotnetChannel - InstallDir $InstallPath
52+ & " $PSScriptRoot /Invoke-WithRetry.ps1 " " $ DotnetInstallScriptPath -Channel $DotnetChannel -InstallDir $InstallPath " - Retries 5
5353 $InstallFailed = (-not $? )
5454}
5555
Original file line number Diff line number Diff line change 11variables :
2- imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2657098
2+ imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2660728
33 imageNames.imageBuilder : $(imageNames.imageBuilderName)
44 imageNames.imageBuilder.withrepo : imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
55 imageNames.testRunner : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux3.0-docker-testrunner
You can’t perform that action at this time.
0 commit comments