Skip to content

Commit 755bd29

Browse files
Fix 1ES Hosted Pool image demands (#734)
1 parent f4466fa commit 755bd29

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
@@ -16,7 +16,8 @@ strategy:
1616

1717
pool:
1818
name: '1ES-Hosted-AzFunc'
19-
vmImage: $(imageName)
19+
demands:
20+
- ImageOverride -equals $(imageName)
2021

2122
variables:
2223
Configuration: Release

0 commit comments

Comments
 (0)