FAKE
FAKE copied to clipboard
Core.Process: only set StandardEncoding if output/err is redirected
Description
Should potentially fix https://github.com/fsprojects/FAKE/issues/2670
@yazeedobaid I guess it was you who whitelisted me so that CI could run in this PR? I believe the macOS lane is not broken by my PR but because of a different issue which I filed here: https://github.com/fsprojects/FAKE/issues/2671
@knocte yes I approved the CI run. For first-time contributors, the CI needs admin approval. Yes, it is not from your PR. It started to happen randomly after the last PR merge. It is happening on macOS only.
Hi thanks for the PR
Could you please rebase your branch from release/next? Now that the build has been fixed.
Could you please rebase your branch from release/next?
Done.
Thanks for the fix, can u please try to add tests to it?