Skip to content

Commit d87bcff

Browse files
Fix yaml for parameter condition
1 parent 4ac91ad commit d87bcff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pipelines/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ variables:
1717
value: onebranch.azurecr.io/windows/ltsc2022/vse2022:latest
1818
- name: templateFile
1919
value: ${{ iif ( parameters.OfficialBuild, 'v2/OneBranch.Official.CrossPlat.yml@templates', 'v2/OneBranch.NonOfficial.CrossPlat.yml@templates' ) }}
20+
- name: disableNetworkIsolation
21+
value: ${{ parameters.disableNetworkIsolation }}
2022

2123
resources:
2224
repositories:
@@ -38,7 +40,7 @@ extends:
3840
Network: KS1
3941
incrementalSDLBinaryAnalysis: true
4042
needExceptionForUbuntuUsage: true
41-
disableNetworkIsolation: $${ parameters.disableNetworkIsolation }
43+
disableNetworkIsolation: ${{ variables.disableNetworkIsolation }}
4244
cloudvault:
4345
enabled: false
4446
globalSdl:

0 commit comments

Comments
 (0)