Skip to content

Commit b37615d

Browse files
authored
Update eng/common with latest (#1252)
1 parent 548dcc9 commit b37615d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/common/templates/steps/annotate-eol-digests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
tenantId: $(marStatus.serviceConnection.tenantId)
3939
clientId: $(marStatus.serviceConnection.clientId)
4040
internalProjectName: internal
41-
condition: and(succeeded(), eq(variables['publishEolAnnotations'], 'true'))
41+
condition: and(succeeded(), eq(variables['publishEolAnnotations'], 'true'), eq(variables['waitForIngestionEnabled'], 'true'))
4242
args: >-
4343
waitForMarAnnotationIngestion
4444
$(artifactsPath)/annotation-digests/annotation-digests.txt

eng/common/templates/variables/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2727330
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2744543
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

0 commit comments

Comments
 (0)