From ffb73cecdf66c6e150843c8c1b765443d4877194 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Tue, 21 Jul 2026 11:16:55 -0700 Subject: [PATCH] Set Permissive network isolation policy --- eng/pipelines/dotnet-core-nightly.yml | 3 +++ eng/pipelines/dotnet-core.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/eng/pipelines/dotnet-core-nightly.yml b/eng/pipelines/dotnet-core-nightly.yml index 4b230ebec9..a7ca51e430 100644 --- a/eng/pipelines/dotnet-core-nightly.yml +++ b/eng/pipelines/dotnet-core-nightly.yml @@ -47,6 +47,9 @@ resources: extends: template: /eng/docker-tools/templates/1es.yml@self parameters: + # Temporarily use only Permissive because CFSClean blocks Ubuntu/Debian package feeds. + # Tracking issue: https://github.com/dotnet/dotnet-docker-internal/issues/11529 + networkIsolationPolicy: Permissive reposToExcludeFromScanning: - VersionsRepo stages: diff --git a/eng/pipelines/dotnet-core.yml b/eng/pipelines/dotnet-core.yml index 6acd4e4298..9bd9ece06f 100644 --- a/eng/pipelines/dotnet-core.yml +++ b/eng/pipelines/dotnet-core.yml @@ -34,6 +34,9 @@ resources: extends: template: /eng/docker-tools/templates/1es.yml@self parameters: + # Temporarily use only Permissive because CFSClean blocks Ubuntu/Debian package feeds. + # Tracking issue: https://github.com/dotnet/dotnet-docker-internal/issues/11529 + networkIsolationPolicy: Permissive reposToExcludeFromScanning: - VersionsRepo stages: