[release/v7.5.7] Remove unused step to clone Internal-PowerShellTeam-Tools repo in PMC publish pipeline - #27498
Merged
Dongbo Wang (daxian-dbw) merged 1 commit intoMay 22, 2026
Conversation
…n PMC publish pipeline (PowerShell#27495)
Patrick Meinecke (SeeminglyScience)
requested a review
from a team
as a code owner
May 22, 2026 04:34
Copilot started reviewing on behalf of
Patrick Meinecke (SeeminglyScience)
May 22, 2026 04:34
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Backport to release/v7.5.7 that simplifies the EV2 prep stage of the PMC publish pipeline by removing an unused step that cloned the Internal-PowerShellTeam-Tools repository.
Changes:
- Removed the PowerShell step that cloned
Internal-PowerShellTeam-Toolsfrom MSCodeHub in the EV2 prep pipeline template.
Comments suppressed due to low confidence (1)
.pipelines/templates/release-prep-for-ev2.yml:66
- After removing the MSCodeHub clone step, this template no longer appears to reference any variables from the
mscodehub-code-read-akvvariable group (e.g.,$(mscodehubCodeReadPat)). Consider removing that variable group from thevariables:section to avoid granting the job access to an unnecessary secret and to reduce pipeline surface area.
- pwsh: |
Get-ChildItem Env: | Out-String -Stream | write-Verbose -Verbose
displayName: 'Capture Environment Variables'
env:
ob_restore_phase: true
Dongbo Wang (daxian-dbw)
approved these changes
May 22, 2026
Dongbo Wang (daxian-dbw)
merged commit May 22, 2026
be14d74
into
PowerShell:release/v7.5.7
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.
Backport of #27495 to release/v7.5.7
Triggered by Patrick Meinecke (@SeeminglyScience) on behalf of Anam Navied (@anamnavi)
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Simplifies PMC publish pipeline by removing unnecessary repository clone step that was no longer being used.
Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Pipeline change was tested and merged on main without issues. This backport applies the same cleanup to the release branch.
Risk
REQUIRED: Check exactly one box.
Low risk: This PR removes unused code, not modifying or adding functionality. The step was already abandoned on main. Change scope is limited to PMC pipeline configuration.