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 7249106 commit d3fed8aCopy full SHA for d3fed8a
eng/pipelines/docindex.yml
@@ -28,7 +28,7 @@ jobs:
28
- job: UpdateDocsMsBuildConfig
29
pool:
30
name: $(LINUXPOOL)
31
- demands: $(LinuxImageDemand)
+ demands: ImageOverride -equals $(LINUXVMIMAGE)
32
variables:
33
DocRepoLocation: $(Pipeline.Workspace)/docs
34
DocRepoOwner: MicrosoftDocs
eng/pipelines/templates/variables/image.yml
@@ -25,5 +25,4 @@ variables:
25
- name: MACOS
26
value: macOS
27
- - name: LinuxImageDemand
- value: ImageOverride -equals $(LINUXVMIMAGE)
+
0 commit comments