Thanks for your bug report!
Before submitting this issue, please make sure the same problem was
not already reported by someone else.
Please describe the bug you're facing. Consider pasting example
when using & at the end of a command doesn't make it a background task.
Taskfiles showing how to reproduce the problem.
run:
cmds:
- task: build
- echo "Running server..."
- ./{{.APP_NAME}} > out.txt &
- echo "Server running..."
- Task version:
latest
- Operating System: macOS and Linux
when using
&at the end of a command doesn't make it a background task.latest