Skip to content

Commit d8e0f11

Browse files
fix templates repo
1 parent 10508ea commit d8e0f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
- name: WindowsContainerImage
1414
value: onebranch.azurecr.io/windows/ltsc2022/vse2022:latest
1515
- name: templateFile
16-
value: ${{ iif(parameters.OfficialBuild, 'v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates', 'v2/OneBranch.NonOfficial.CrossPlat.yml@onebranchTemplates')}}
16+
value: ${{ iif ( parameters.OfficialBuild, 'v2/OneBranch.Official.CrossPlat.yml@templates', 'v2/OneBranch.NonOfficial.CrossPlat.yml@templates' ) }}
1717

1818
resources:
1919
repositories:

0 commit comments

Comments
 (0)