From 84afd4e777fc618010a6d1619e898a326f18dac1 Mon Sep 17 00:00:00 2001 From: ZhaodongTian Date: Tue, 4 Aug 2026 17:59:58 +0800 Subject: [PATCH 1/2] Use internal NuGet feed for restore --- .nuget/NuGet.Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config index e47923b..15a6b7d 100644 --- a/.nuget/NuGet.Config +++ b/.nuget/NuGet.Config @@ -5,6 +5,6 @@ - + \ No newline at end of file From 00e13da9992adc237d45a8659e017145f14b54d4 Mon Sep 17 00:00:00 2001 From: Steve Molloy Date: Fri, 7 Aug 2026 11:19:36 -0700 Subject: [PATCH 2/2] Use public curated nuget feed instead of internal; Update pipeline for CFS/Isolation requirement. --- .nuget/NuGet.Config | 7 +++++-- azure-pipeline/azure-pipeline.yml | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config index 15a6b7d..beb27af 100644 --- a/.nuget/NuGet.Config +++ b/.nuget/NuGet.Config @@ -5,6 +5,9 @@ - + - \ No newline at end of file + + + + diff --git a/azure-pipeline/azure-pipeline.yml b/azure-pipeline/azure-pipeline.yml index 3633623..df05350 100644 --- a/azure-pipeline/azure-pipeline.yml +++ b/azure-pipeline/azure-pipeline.yml @@ -40,6 +40,8 @@ extends: name: AzurePipelines-EO image: 1ESPT-Windows2022 os: windows + settings: + networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3 customBuildTags: - ES365AIMigrationTooling stages: