File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
name : $(Pool)
68
68
# 1es pipeline templates converts `image` to demands: ImageOverride under the hood
69
69
# which is incompatible with image selection in the default non-1es hosted pools
70
- ${{ if eq(parameters.OSName, 'macOS' }} :
70
+ ${{ if eq(parameters.OSName, 'macOS') }} :
71
71
vmImage : $(OSVmImage)
72
72
${{ else }} :
73
73
image : $(OSVmImage)
Original file line number Diff line number Diff line change 86
86
name : $(Pool)
87
87
# 1es pipeline templates converts `image` to demands: ImageOverride under the hood
88
88
# which is incompatible with image selection in the default non-1es hosted pools
89
- ${{ if eq(parameters.OSName, 'macOS' }} :
89
+ ${{ if eq(parameters.OSName, 'macOS') }} :
90
90
vmImage : $(OSVmImage)
91
91
${{ else }} :
92
92
image : $(OSVmImage)
You can’t perform that action at this time.
0 commit comments