Skip to content

Commit 49f403f

Browse files
Update image name in source-build.yml (#9736)
1 parent a5c3594 commit 49f403f

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: 1es-azurelinux-3
68+
image: Azure-Linux-3-Amd64
6969
os: linux
7070
${{ else }}:
7171
pool:

0 commit comments

Comments
 (0)