We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa535ca commit 7def6abCopy full SHA for 7def6ab
eng/pipelines/templates/jobs/ci.tests.yml
@@ -63,7 +63,7 @@ jobs:
63
64
pool:
65
name: $(Pool)
66
- vmImage: $(OSVmImage)
+ demands: "Image -eq $(OSVmImage)"
67
os: $(os)
68
69
${{ if eq(parameters.UsePlatformContainer, 'true') }}:
0 commit comments