[release/v7.6.1] Add comment-based help documentation to build.psm1 functions by daxian-dbw · Pull Request #27216 · PowerShell/PowerShell
Backport of #27122 to release/v7.6.1
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)
Backports comment-based help for build.psm1 module functions to improve maintainability and discoverability of the release build tooling without changing the tooling behavior itself.
Customer Impact
- Customer reported
- Found internally
Regression
REQUIRED: Check exactly one box.
- Yes
- No
This is not a regression.
Testing
Verified by cherry-picking onto release/v7.6.1 without conflicts. This is a documentation-only tooling change; no local test run was necessary, and CI on the backport PR will validate that no unintended formatting or syntax issues were introduced.
Risk
REQUIRED: Check exactly one box.
- High
- Medium
- Low
Low risk because the change only adds comment-based help to existing PowerShell build module functions and does not alter functional behavior.