Use the PowerToys dependency feed - #300
Merged
Michael Jolley (michaeljolley) merged 3 commits intoAug 19, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 726b2ca4-50a2-46b7-9ecb-58bb792c63a5
Copilot started reviewing on behalf of
Gordon Lam (yeelam-gordon)
August 14, 2026 01:57
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure DevOps (ADO) build pipeline to restore NuGet packages exclusively from an internal Azure Artifacts feed, while keeping the repo’s checked-in nuget.config unchanged for local development and GitHub Actions.
Changes:
- Added an internal-feed-only NuGet configuration (
build/nuget.config.internal) that clears all sources and maps all packages to theDevHome.nuget.internalfeed. - Updated the ADO pipeline to authenticate NuGet feeds and copy the internal NuGet config over the repo root
nuget.configbefore building/restoring.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| build/nuget.config.internal | Introduces an internal-only NuGet config with package source mapping to the DevHome internal feed. |
| build/azure-pipelines.yml | Adds NuGet feed authentication and replaces the root NuGet config during ADO jobs to force internal-feed restores. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Gordon Lam (yeelam-gordon)
requested a review
from Michael Jolley (michaeljolley)
August 14, 2026 02:32
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 726b2ca4-50a2-46b7-9ecb-58bb792c63a5
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 726b2ca4-50a2-46b7-9ecb-58bb792c63a5
Michael Jolley (michaeljolley)
approved these changes
Aug 19, 2026
Michael Jolley (michaeljolley)
left a comment
Contributor
There was a problem hiding this comment.
LGTM
Michael Jolley (michaeljolley)
merged commit Aug 19, 2026
506fc2d
into
microsoft:main
3 of 5 checks passed
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
nuget.configpackage source.Validation