Skip to content

Commit aa2a3f5

Browse files
Update build container for public CI (#1233)
1 parent b1bc853 commit aa2a3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/templates/stages/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
pool:
1010
${{ if eq(variables['System.TeamProject'], 'public') }}:
1111
name: $(DncEngPublicBuildPool)
12-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
12+
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
1313
${{ if eq(variables['System.TeamProject'], 'internal') }}:
1414
name: $(DncEngInternalBuildPool)
1515
image: 1es-ubuntu-2204

0 commit comments

Comments
 (0)