Skip to content

Commit 0d7d7f1

Browse files
Fix 1ES Hosted Pool image demands (#734)
1 parent 7302039 commit 0d7d7f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
pool:
1111
name: '1ES-Hosted-AzFunc'
12-
vmImage: 'MMS2019TLS'
12+
demands:
13+
- ImageOverride -equals MMS2022TLS
1314

1415
variables:
1516
Configuration: Release

0 commit comments

Comments
 (0)