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 08dc1f4 commit 4ac91adCopy full SHA for 4ac91ad
.pipelines/release.yml
@@ -4,6 +4,9 @@ parameters:
4
- name: OfficialBuild
5
type: boolean
6
default: false
7
+ - name: disableNetworkIsolation
8
+ type: boolean
9
+ default: false
10
11
variables:
12
- name: ob_outputDirectory
@@ -35,6 +38,7 @@ extends:
35
38
Network: KS1
36
39
incrementalSDLBinaryAnalysis: true
37
40
needExceptionForUbuntuUsage: true
41
+ disableNetworkIsolation: $${ parameters.disableNetworkIsolation }
42
cloudvault:
43
enabled: false
44
globalSdl:
0 commit comments