◐ Shell
clean mode source ↗

[release/v7.6.1] Add in PDP-Media directory by daxian-dbw · Pull Request #27257 · PowerShell/PowerShell

Backport of #27254 to release/v7.6.1

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

  • Required tooling change
  • Optional tooling change (include reasoning)

Restores the pdpMediaPath parameter to the store package pipeline job. The Store broker task requires PDPMediaPath when PDPPath is specified; omitting it breaks the store packaging process.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

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.

  • High
  • Medium
  • Low

Minimal risk — restores a previously working configuration parameter with no logic changes.