Update Library.Template - #776
Merged
Merged
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… (557) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This latest update keeps compliant with the latest security push.
Resolve Directory.Packages.props by retaining repository-specific Roslyn properties and adopting MicroBuildVersion 2.0.257. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates Library.Template dependencies, build tooling, Azure Pipeline network policies, release documentation, and repository tools.
Changes:
- Updates MicroBuild and related tool versions.
- Applies
DefaultDeny,CFSClean3across Azure Pipelines. - Refreshes release guidance for artifacts and trusted publishing.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Summary |
|---|---|
Directory.Packages.props |
Updates package versions. |
CONTRIBUTING.md |
Refreshes release instructions; one documentation nit noted regarding referenced workflows. |
azure-pipelines/vs-validation.yml |
Updates network isolation policy. |
azure-pipelines/vs-insertion.yml |
Updates network isolation policy. |
azure-pipelines/unofficial.yml |
Updates network isolation policy. |
azure-pipelines/release.yml |
Updates network isolation policy. |
azure-pipelines/official.yml |
Updates network isolation policy. |
azure-pipelines/libtemplate-update.yml |
Updates network isolation policy. |
azure-pipelines/archive-sourcecode.yml |
Updates network isolation policy. |
.config/dotnet-tools.json |
Updates CLI tool versions. |
Suppressed comments (3)
azure-pipelines/archive-sourcecode.yml:39
- This pipeline invokes
Archive-SourceCode.ps1, which POSTs the archival request to the configured external Source Code Archival service. UnderDefaultDeny, that call will be blocked unless the service endpoint is explicitly allowlisted, making the archival pipeline fail after the policy change. Please add the archival endpoint to the network exception or retain an egress-permitting policy for this job.
networkIsolationPolicy: DefaultDeny,CFSClean3
azure-pipelines/libtemplate-update.yml:34
- This job still performs
git fetch https://github.com/aarnott/Library.Templateat line 62. Switching it toDefaultDenywill block that public GitHub egress unless the endpoint is explicitly allowlisted, so the scheduled Library.Template update will fail before it can create a PR. Please add the required network exception or retain an egress-permitting policy for this job.
networkIsolationPolicy: DefaultDeny,CFSClean3
azure-pipelines/release.yml:24
- The release stage uses an external NuGet feed (
nuGetFeedType: externalwithpublishFeedCredentials: ... (nuget.org)at lines 45–46).DefaultDenywill prevent the package push from reaching nuget.org unless that endpoint is explicitly allowlisted, so releases can build successfully but fail during publication. Please add the required egress exception or keep an egress-permitting policy for this pipeline.
networkIsolationPolicy: DefaultDeny,CFSClean3
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Andrew Arnott (AArnott)
enabled auto-merge
August 24, 2026 18:31
Sandy Armstrong (sandyarmstrong)
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation