Commit e445d7f
fix(build): guard coverage env vars and normalize path style
Address PR #19 review feedback:
- Guard against missing $Env:BHPSModuleManifest / $Env:BHProjectName so
bypassing build.ps1 (and Set-BuildEnvironment) fails fast with an
actionable message instead of an obscure Import-PowerShellDataFile
null-binding error. (Copilot review)
- Switch the staged-output assembly from Join-Path with embedded
forward slashes to [IO.Path]::Combine to match the rest of the
properties block and avoid mixed separators on Windows. (CodeRabbit
review)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f501644 commit e445d7f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments