Fix PMC Repo URL for RHEL10 #27059
Merged
Merged
Conversation
daxian-dbw
approved these changes
Mar 18, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates PowerShell’s PMC publishing configuration to target the correct RHEL 10 repository name and ensures the EV2 publishing script fails fast when a mapped repo cannot be found in the PMC repo list.
Changes:
- Update the RHEL 10 mapping entry to use
microsoft-rhel10-prod. - Replace a non-terminating “failure” write with a terminating exception when a repo mapping lookup fails.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
tools/packages.microsoft.com/mapping.json |
Fixes the mapped repository “url” identifier for RHEL 10. |
.pipelines/EV2Specs/ServiceGroupRoot/Shell/Run/Run.ps1 |
Ensures missing repo mappings cause an immediate failure via throw, preventing silent/partial publishing. |
9 tasks
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Mar 18, 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.
PR Summary
Fix PMC Repo URL for RHEL 10. Also fix bug with not throwing error if repo URL is not found from PMC.
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header