Skip to content

Commit 6b3eadc

Browse files
committed
fix(ci): unblock build
1 parent f14603e commit 6b3eadc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.pipelines/azure-pipelines.main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ extends:
4444
sourceAnalysisPool: 1es-windows-2022-x64
4545
tsa:
4646
enabled: true
47+
settings:
48+
networkIsolationPolicy: Permissive,CFSClean2,CFSClean3
4749

4850
stages:
4951
- template: templates/stages/build-main.yml@self

.pipelines/azure-pipelines.vnext.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ extends:
3838
sourceAnalysisPool: 1es-windows-2022-x64
3939
tsa:
4040
enabled: true
41+
settings:
42+
networkIsolationPolicy: Permissive,CFSClean2,CFSClean3
4143

4244
stages:
4345
- template: templates/stages/build-vnext.yml@self

0 commit comments

Comments
 (0)