Skip to content

Commit b2957a7

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add comment about KS3
1 parent c545f26 commit b2957a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pipelines/DSC-Official.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ extends:
3333
template: v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates
3434
parameters:
3535
featureFlags:
36-
WindowsHostVersion:
36+
WindowsHostVersion:
3737
Disk: Large
38-
Version: 2022
38+
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
3941
# Network: NetLock
4042
customTags: 'ES365AIMigrationTooling'
4143
globalSdl:
@@ -57,7 +59,7 @@ extends:
5759
apiscan:
5860
enabled: false
5961

60-
stages:
62+
stages:
6163
- stage: BuildAndSign
6264
displayName: Build Native Binaries
6365
dependsOn: []

0 commit comments

Comments
 (0)