fe29cf8b7b
On Windows the executor returns an error when trying to open the `NUL` device when we pass it `os.DevNull` for the stdout/stderr paths. Instead of opening the device, use the discard pipe so that we have platform-specific behavior from the executor itself. Fixes: #17148
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
```release-note:bug
|
|
logs: Fixed a bug where disabling log collection would prevent Windows tasks from starting
|
|
```
|