We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02971be + 3d43cb8 commit 29ddaeeCopy full SHA for 29ddaee
azure-pipelines.yml
@@ -168,10 +168,13 @@ extends:
168
displayName: Linux ${{ config.buildConfig }}
169
pool:
170
${{ if eq(variables['System.TeamProject'], 'public') }}:
171
- vmImage: ubuntu-latest
+ name: $(DncEngPublicBuildPool)
172
+ image: 1es-ubuntu-2204-open
173
+ os: linux
174
${{ if eq(variables['System.TeamProject'], 'internal') }}:
175
name: $(DncEngInternalBuildPool)
- demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
176
+ image: 1es-ubuntu-2204
177
178
variables:
179
- _BuildConfig: ${{ config.buildConfig }}
180
- _SignType: none
0 commit comments