Visual Studio构建事件立即返回

Max*_*Max 9 batch-file visual-studio

我有一个长时间运行的后期构建事件(足够烦人等待,但足够短,以便在每次发布编译后完成)我想立即返回VS. 我试图运行批处理文件start但是Visual Studio仍然等待cmd窗口关闭然后返回成功.

有没有办法在产生这个后期构建事件时立即返回成功?

谢谢.

Mat*_*tsT 12

这个问题似乎认为有一种方法:

powershell start-process <actual-command-line-to-run>
Run Code Online (Sandbox Code Playgroud)

但是我自己没有测试过.