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 c545f26 commit b2957a7Copy full SHA for b2957a7
.pipelines/DSC-Official.yml
@@ -33,9 +33,11 @@ extends:
33
template: v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates
34
parameters:
35
featureFlags:
36
- WindowsHostVersion:
+ WindowsHostVersion:
37
Disk: Large
38
- Version: 2022
+ Version: 2022
39
+ Network: KS3 # this retricts network access to public upstream repositories
40
+# Currently can't be used as some NPM pkgs like tree-sitter-cli reach out to GitHub to get the actual zip pkg
41
# Network: NetLock
42
customTags: 'ES365AIMigrationTooling'
43
globalSdl:
@@ -57,7 +59,7 @@ extends:
57
59
apiscan:
58
60
enabled: false
61
- stages:
62
+ stages:
63
- stage: BuildAndSign
64
displayName: Build Native Binaries
65
dependsOn: []
0 commit comments