Skip to content

Fix networkIsolationPolicy to not block nuget.org#195

Merged
spadapet merged 1 commit intomainfrom
dev/peterspa/RemoveCFSClean
Feb 25, 2026
Merged

Fix networkIsolationPolicy to not block nuget.org#195
spadapet merged 1 commit intomainfrom
dev/peterspa/RemoveCFSClean

Conversation

@spadapet
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the MicroBuild pipeline configuration so the network isolation policy no longer blocks access to nuget.org during builds.

Changes:

  • Adjusts networkIsolationPolicy to remove CFSClean and use Permissive only.
Comments suppressed due to low confidence (1)

azure-pipelines/build.yml:44

  • Changing networkIsolationPolicy to Permissive fixes nuget.org access, but it also broadens outbound access for the entire build. To keep the intent clear and reduce future regressions, add a short inline comment documenting why CFSClean was removed (e.g., nuget.org restore blocked) and, if supported by the MicroBuild template, consider scoping the relaxed policy to only the job/step that performs NuGet restore rather than the whole pipeline.
      networkIsolationPolicy: Permissive

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@spadapet spadapet merged commit 8392b1a into main Feb 25, 2026
5 checks passed
@spadapet spadapet deleted the dev/peterspa/RemoveCFSClean branch February 26, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants