Skip to content

Commit 69a6ee9

Browse files
authored
[release/9.0] Use correct name for AZL3 build image (#16512)
1 parent c1205e7 commit 69a6ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/core-templates/job/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
demands: ImageOverride -equals build.ubuntu.2004.amd64
6666
${{ if eq(variables['System.TeamProject'], 'internal') }}:
6767
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
68-
image: Azure-Linux-3-Amd64
68+
image: build.azurelinux.3.amd64
6969
os: linux
7070
${{ else }}:
7171
pool:

0 commit comments

Comments
 (0)