Skip to content

Commit e633d58

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent a2b44a7 commit e633d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/containers/container-template.jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
pool:
2323
arch: ${{ parameters.arch }}
2424
os: ${{ parameters.os }}
25-
${{ if eq(parameters.os, 'windows' }}:
25+
${{ if eq(parameters.os, 'windows') }}:
2626
name: $(BUILD_POOL_NAME_DEFAULT_WINDOWS)
27-
${{ elseif eq(parameters.os, 'linux' }}:
27+
${{ elseif eq(parameters.os, 'linux') }}:
2828
${{ if eq(parameters.arch, 'amd64') }}:
2929
name: $(BUILD_POOL_NAME_DEFAULT)
3030
${{ elseif eq(parameters.arch, 'arm64') }}:

0 commit comments

Comments
 (0)