Skip to content

Commit 409b71a

Browse files
sfoslundCopilot
andauthored
fix: Replace networkIsolationPolicy with disableNetworkIsolation flag (#1470)
The 1ES Pipeline Templates updated the release tag to enforce stricter network isolation defaults, causing NuGet restore failures on Windows and Linux builds. Replace the deprecated networkIsolationPolicy: Permissive setting with featureFlags.disableNetworkIsolation: true, matching the approach already used in the release pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 629f31c commit 409b71a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pipelines/sbom-tool-main-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ variables:
3131
extends:
3232
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
3333
parameters:
34-
settings:
35-
networkIsolationPolicy: Permissive
34+
featureFlags:
35+
disableNetworkIsolation: true
3636
sdl:
3737
sourceAnalysisPool:
3838
name: sbom-windows-build-pool

0 commit comments

Comments
 (0)