[release/v7.4.15] Add in PDP-Media directory#27255
Merged
daxian-dbw merged 1 commit intoPowerShell:release/v7.4.15from Apr 10, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Restores the pdpMediaPath input in the StoreBroker store-package pipeline template (backport to release/v7.4.15) and adds the corresponding PDP-Media directory placeholder so Store package creation doesn’t fail when pdpPath is provided.
Changes:
- Re-add
pdpMediaPathto both Preview and Stable/LTSstore-package@3task invocations in the Store package job. - Add
.pipelines/store/PDP/PDP-Media/en-US/.gitkeepto ensure the media directory exists in the repo.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.pipelines/templates/package-store-package.yml |
Passes pdpMediaPath alongside pdpPath to StoreBroker package creation tasks. |
.pipelines/store/PDP/PDP-Media/en-US/.gitkeep |
Ensures the PDP-Media directory is present for the pipeline to reference. |
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 #27254 to release/v7.4.15
Triggered by @daxian-dbw on behalf of @jshigetomi
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
Restores the
pdpMediaPathparameter to the store package pipeline job. The Store broker task requiresPDPMediaPathwhenPDPPathis specified; omitting it breaks the store packaging process.Customer Impact
Regression
REQUIRED: Check exactly one box.
pdpMediaPath was removed in PR #27024 as part of a cleanup.
Testing
This is a pipeline configuration change that can only be tested interactively/in CI. The change restores a parameter that was confirmed necessary by the Store broker task requirements.
Risk
REQUIRED: Check exactly one box.
Minimal risk — restores a previously working configuration parameter with no logic changes.