I have a somewhat long-running post-build event (long enough to be annoying to wait for but short enough to be finished after each release compilation) that I want to return immediately to VS. I've tried to run batch files with start
but visual studio still waits for the cmd
window to close before returning success.
Is there a way to immediately return success when spawning this post-build event?
Thanks.
This question seems to think that there is a way:
powershell start-process <actual-command-line-to-run>
Haven't tested it myself though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With