We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10508ea commit d8e0f11Copy full SHA for d8e0f11
.pipelines/release.yml
@@ -13,7 +13,7 @@ variables:
13
- name: WindowsContainerImage
14
value: onebranch.azurecr.io/windows/ltsc2022/vse2022:latest
15
- name: templateFile
16
- value: ${{ iif(parameters.OfficialBuild, 'v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates', 'v2/OneBranch.NonOfficial.CrossPlat.yml@onebranchTemplates')}}
+ value: ${{ iif ( parameters.OfficialBuild, 'v2/OneBranch.Official.CrossPlat.yml@templates', 'v2/OneBranch.NonOfficial.CrossPlat.yml@templates' ) }}
17
18
resources:
19
repositories:
0 commit comments