From 87977e56c39bbdff0333fffe484081c10576ad4d Mon Sep 17 00:00:00 2001 From: Steve Molloy Date: Fri, 7 Aug 2026 11:21:57 -0700 Subject: [PATCH] Use public curated nuget feed instead of internal; Update pipeline for CFS/Isolation requirement. --- .nuget/NuGet.Config | 2 +- azure-pipeline/azure-pipeline.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config index e47923b..c64d5da 100644 --- a/.nuget/NuGet.Config +++ b/.nuget/NuGet.Config @@ -5,6 +5,6 @@ - + \ No newline at end of file diff --git a/azure-pipeline/azure-pipeline.yml b/azure-pipeline/azure-pipeline.yml index 5b09276..21f4cd4 100644 --- a/azure-pipeline/azure-pipeline.yml +++ b/azure-pipeline/azure-pipeline.yml @@ -71,6 +71,8 @@ extends: name: AzurePipelines-EO image: 1ESPT-Windows2022 os: windows + settings: + networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3 customBuildTags: - ES365AIMigrationTooling stages: