From 5d3f39ea42dece24aac60d7d1c73faa15d48dda7 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 16 Jan 2026 14:12:46 -0600 Subject: [PATCH] Update image name in source-build.yml --- eng/common/templates-official/job/source-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/templates-official/job/source-build.yml b/eng/common/templates-official/job/source-build.yml index f75400757d1..e1e7f51479f 100644 --- a/eng/common/templates-official/job/source-build.yml +++ b/eng/common/templates-official/job/source-build.yml @@ -61,7 +61,7 @@ jobs: ${{ if eq(variables['System.TeamProject'], 'internal') }}: 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')] - image: 1es-azurelinux-3 + image: Azure-Linux-3-Amd64 os: linux ${{ if ne(parameters.platform.pool, '') }}: