Skip to content

Commit 4038ddf

Browse files
committed
close an expression
1 parent 0c04b16 commit 4038ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/templates/jobs/ci.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: $(Pool)
6868
# 1es pipeline templates converts `image` to demands: ImageOverride under the hood
6969
# 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') }}:
7171
vmImage: $(OSVmImage)
7272
${{ else }}:
7373
image: $(OSVmImage)

eng/pipelines/templates/jobs/live.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: $(Pool)
8787
# 1es pipeline templates converts `image` to demands: ImageOverride under the hood
8888
# 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') }}:
9090
vmImage: $(OSVmImage)
9191
${{ else }}:
9292
image: $(OSVmImage)

0 commit comments

Comments
 (0)