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 4ac91ad commit d87bcffCopy full SHA for d87bcff
.pipelines/release.yml
@@ -17,6 +17,8 @@ variables:
17
value: onebranch.azurecr.io/windows/ltsc2022/vse2022:latest
18
- name: templateFile
19
value: ${{ iif ( parameters.OfficialBuild, 'v2/OneBranch.Official.CrossPlat.yml@templates', 'v2/OneBranch.NonOfficial.CrossPlat.yml@templates' ) }}
20
+ - name: disableNetworkIsolation
21
+ value: ${{ parameters.disableNetworkIsolation }}
22
23
resources:
24
repositories:
@@ -38,7 +40,7 @@ extends:
38
40
Network: KS1
39
41
incrementalSDLBinaryAnalysis: true
42
needExceptionForUbuntuUsage: true
- disableNetworkIsolation: $${ parameters.disableNetworkIsolation }
43
+ disableNetworkIsolation: ${{ variables.disableNetworkIsolation }}
44
cloudvault:
45
enabled: false
46
globalSdl:
0 commit comments