This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Commit 467e071
authored
feat(scripts): add CIHelpers.psm1 shared CI module (#129)
* feat(scripts): add CIHelpers.psm1 shared CI platform abstraction module
- add 11 exported functions for CI platform detection and output
- support GitHub Actions, Azure DevOps, and local execution modes
- include encoding utilities for GHA and ADO logging commands
- pass PSScriptAnalyzer validation with project settings
🔧 - Generated by Copilot
* fix(scripts): resolve PR review findings for CIHelpers module
- remove UTF-8 BOM from CIHelpers.psm1
- sanitize ADO logging commands in Write-CIStepSummary
- wrap pipeline results in @() to prevent .Count crash under StrictMode
- fix workflow splatting to use array args for switch parameters
- reformat markdown tables in workflows/README.md
🔧 - Generated by Copilot1 parent b75ccaa commit 467e071
4 files changed
Lines changed: 603 additions & 12 deletions
File tree
- .github/workflows
- scripts
- lib/Modules
- linting
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
| 51 | + | |
53 | 52 | | |
54 | | - | |
55 | | - | |
| 53 | + | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
0 commit comments