◐ Shell
clean mode source ↗

[release/v7.4.16] Update the MSIXBundle-VPack pipeline to create VPack for both LTS and Stable channel packages by daxian-dbw · Pull Request #27470 · PowerShell/PowerShell

Backport of #27384 to release/v7.4.16

Triggered by @daxian-dbw on behalf of @daxian-dbw

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)

Updates the MSIXBundle-VPack pipeline to support creating VPack for both LTS and Stable channel packages in the release branch. Required for correct packaging of this release.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Pipeline change verified via test run in the original PR. The pipeline conditionally skips LTS or Stable bundle based on tools/metadata.json. No code behavior changes — tooling only.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

Pure CI/CD pipeline change with no runtime code changes. Logic is guarded by conditions based on metadata, so the incorrect channel is automatically skipped.