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:
138
138
- script : mkdir -p $(Build.ArtifactStagingDirectory)/eol-annotation-data
139
139
displayName : Create EOL Annotation Data Directory
140
140
141
- - script : >
142
- curl -fSL
141
+ - powershell : >-
142
+ $(engCommonPath)/Invoke-WithRetry.ps1
143
+ "curl -fSL
143
144
--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)"
145
146
condition: and(succeeded(), eq(variables['publishImageInfo'], 'true'))
146
147
displayName: Download Latest Image Info
147
148
Original file line number Diff line number Diff line change 1
1
variables :
2
- imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2744543
2
+ imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2746495
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