We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bc853 commit aa2a3f5Copy full SHA for aa2a3f5
azure-pipelines/templates/stages/build.yml
@@ -9,7 +9,7 @@ stages:
9
pool:
10
${{ if eq(variables['System.TeamProject'], 'public') }}:
11
name: $(DncEngPublicBuildPool)
12
- demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
+ demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
13
${{ if eq(variables['System.TeamProject'], 'internal') }}:
14
name: $(DncEngInternalBuildPool)
15
image: 1es-ubuntu-2204
0 commit comments