You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: guard Windows-only arg-echo discovery for Linux CI
The native arg-echo Describe built its csc.exe candidate paths with
Join-Path $env:WINDIR at Pester discovery time, which threw on Linux
so discovery is null-safe; the tests already skip when csc.exe and
powershell.exe are absent.
Relates to #24
All 102 tests pass.
v1.2.7
0 commit comments