Add the group 'mscodehub-feed-read-general' for MSIXBundle-vpack pipeline - #27893
Merged
Dongbo Wang (daxian-dbw) merged 1 commit intoAug 27, 2026
Merged
Conversation
Dongbo Wang (daxian-dbw)
marked this pull request as ready for review
August 27, 2026 18:26
Dongbo Wang (daxian-dbw)
requested a review
from Justin Chung (jshigetomi)
as a code owner
August 27, 2026 18:26
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Aditya Patwardhan (adityapatwardhan)
approved these changes
Aug 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the mscodehub-feed-read-general variable group to the MSIXBundle vPack official pipeline so the UseAzDevOpsFeed variable is available, allowing the existing insert-nuget-config-azfeed.yml step to switch NuGet configs to the production Azure DevOps feed as intended.
Changes:
- Added
- group: mscodehub-feed-read-generalto.pipelines/MSIXBundle-vPack-Official.ymlpipeline variables.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Dongbo Wang (daxian-dbw)
merged commit Aug 27, 2026
6ba531b
into
PowerShell:release/v7.6.5
34 of 35 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.
PR Summary
Add the group 'mscodehub-feed-read-general' for MSIXBundle-vpack pipeline, so that the
UseAzDevOpsFeedenvironment variable will be available and we will run the "Switch to production Azure DevOps feed for all nuget.configs" step frominsert-nuget-config-azfeed.yml.