Skip to content

Commit d3fed8a

Browse files
authored
Remove LinuxImageDemand variable and replace usage with actual string value (Azure#41734)
1 parent 7249106 commit d3fed8a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

eng/pipelines/docindex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- job: UpdateDocsMsBuildConfig
2929
pool:
3030
name: $(LINUXPOOL)
31-
demands: $(LinuxImageDemand)
31+
demands: ImageOverride -equals $(LINUXVMIMAGE)
3232
variables:
3333
DocRepoLocation: $(Pipeline.Workspace)/docs
3434
DocRepoOwner: MicrosoftDocs

eng/pipelines/templates/variables/image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ variables:
2525
- name: MACOS
2626
value: macOS
2727

28-
- name: LinuxImageDemand
29-
value: ImageOverride -equals $(LINUXVMIMAGE)
28+

0 commit comments

Comments
 (0)