◐ Shell
clean mode source ↗

[release/v7.5.6] Add comment-based help documentation to build.psm1 functions by daxian-dbw · Pull Request #27221 · PowerShell/PowerShell

Backport of #27122 to release/v7.5.6

Triggered by @daxian-dbw on behalf of @powercode

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)

Adds comment-based help to build.psm1 functions used by contributors and release engineers. This improves discoverability and maintenance of build tooling on the release branch but is not required for build correctness.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Cherry-pick applied cleanly to release/v7.5.6. This backport is documentation-only within build.psm1, so verification is limited to successful application and backport PR CI on the release branch.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

Low risk because the change only adds documentation comments to build tooling functions and does not alter build logic or execution flow.