Tfs post-build step running application hangs
问题 We have a configured TFS CI which is making our build. After a build I`d like to have my simple executable application to be deployed to specific folder on the server and then started. I decided to do this with post-build step and batch script. Everything works perfectly except one: when the application is stared, build agent(the one who runs my script) hangs. Here is how I start my application from the script: start /b %depldir%\MyApp.exe [params] > log.txt So I start it in backgroound and