Closed ajansveld closed 5 years ago
And perhaps related to this, using Write-Host in the script block sends the data to the output instead of the Information stream.
Good catch. I actually wrote this a few years ago before information streams were added. The code should be modified to handle them.
Changes merged. Thanks!
Actually I had to revert this change because it causes .Net runtime errors on downlevel systems with v3 and v4 versions of PowerShell. It looks like we would need to build different binaries to target different platform versions, and I prefer not to do that at least not yet.
This was fixed in #30.
This does not generate output (substituting Start-Job does):
Is this by design?