From a74e8c6c1049f8ed2c7ff498d642f11ecec32570 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 21 Jan 2026 12:02:07 -0800 Subject: [PATCH] Set network isolation policy for aspnetcore-ci --- .azure/pipelines/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index d9f0e0dbaf07..e39469bda774 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -117,6 +117,8 @@ resources: extends: template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines parameters: + settings: + networkIsolationPolicy: Permissive,CFSClean2 sdl: sourceAnalysisPool: name: NetCore1ESPool-Svc-Internal