Skip to content

Commit 29ddaee

Browse files
authored
Merge pull request #7753 from joeloff/1es-mopup
Fix up ubuntu images for 1ES
2 parents 02971be + 3d43cb8 commit 29ddaee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azure-pipelines.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,13 @@ extends:
168168
displayName: Linux ${{ config.buildConfig }}
169169
pool:
170170
${{ if eq(variables['System.TeamProject'], 'public') }}:
171-
vmImage: ubuntu-latest
171+
name: $(DncEngPublicBuildPool)
172+
image: 1es-ubuntu-2204-open
173+
os: linux
172174
${{ if eq(variables['System.TeamProject'], 'internal') }}:
173175
name: $(DncEngInternalBuildPool)
174-
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
176+
image: 1es-ubuntu-2204
177+
os: linux
175178
variables:
176179
- _BuildConfig: ${{ config.buildConfig }}
177180
- _SignType: none

0 commit comments

Comments
 (0)