From 161b9f08f23f38c09257e6bd0871aafe746370d7 Mon Sep 17 00:00:00 2001 From: Scott Carda Date: Thu, 23 Jul 2026 14:04:59 -0700 Subject: [PATCH] Add the isolation policy to publish pipeline --- .ado/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ado/publish.yml b/.ado/publish.yml index 63112b6c..8c27783f 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -59,6 +59,8 @@ resources: extends: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: + settings: + networkIsolationPolicy: Permissive, CFSClean pool: name: "Azure-Pipelines-DevTools-EO" image: windows-latest