Skip to content

Commit c99f56e

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

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 MMS2019TLS
1314

1415
variables:
1516
Configuration: Release

0 commit comments

Comments
 (0)