File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,11 @@ jobs:
138138 - script : mkdir -p $(Build.ArtifactStagingDirectory)/eol-annotation-data
139139 displayName : Create EOL Annotation Data Directory
140140
141- - script : >
142- curl -fSL
141+ - powershell : >-
142+ $(engCommonPath)/Invoke-WithRetry.ps1
143+ "curl -fSL
143144 --output $(imageInfoHostDir)/full-image-info-orig.json
144- https://raw.githubusercontent.com/$(gitHubVersionsRepoInfo.org)/$(gitHubVersionsRepoInfo.repo)/refs/heads/$(gitHubVersionsRepoInfo.branch)/$(gitHubImageInfoVersionsPath)
145+ https://raw.githubusercontent.com/$(gitHubVersionsRepoInfo.org)/$(gitHubVersionsRepoInfo.repo)/refs/heads/$(gitHubVersionsRepoInfo.branch)/$(gitHubImageInfoVersionsPath)"
145146 condition: and(succeeded(), eq(variables['publishImageInfo'], 'true'))
146147 displayName: Download Latest Image Info
147148
Original file line number Diff line number Diff line change 11variables :
2- imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2744543
2+ imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2746495
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