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