Skip to content

Conversation

Copy link

Copilot AI commented Jan 8, 2026

Adds networkIsolationPolicy: Permissive,CFSClean to the pipeline configuration, aligning with the pattern used in dotnet/efcore.

Changes

  • Added settings: section under parameters: in the main extends: block
  • Set networkIsolationPolicy: Permissive,CFSClean within settings
extends:
  template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
  parameters:
    settings:
      networkIsolationPolicy: Permissive,CFSClean
    sdl:
      sourceAnalysisPool:
        # ... rest of configuration

This setting controls network isolation for pipeline agents, using Permissive for broader network access and CFSClean for file system sanitization between runs.

Original prompt

Update the azure-pipelines-official.yml pipeline configuration to add the setting: networkIsolationPolicy: Permissive,CFSClean. Place this under the 'parameters' section of the main 'extends' block, aligning with the convention used in dotnet/efcore. Make no other changes beyond introducing this key/value pair in the parameters aspect for clarity and maintainability. Ensure the setting matches the style used across dotnet repositories.

This pull request was created from Copilot chat.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update azure-pipelines-official.yml to add networkIsolationPolicy Add networkIsolationPolicy to azure-pipelines-official.yml Jan 8, 2026
Copilot AI requested a review from phil-allen-msft January 8, 2026 01:24
Added output command for dotnet-format execution.
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.

2 participants