I have build in TFS 2012, that run script X among other stuff.
If script X passes, everything is good and TFS build succeed
If script X fails, I get message in TFS that script X execution failed with exit status 1, see log for more details., but the build get stuck until I stop it manually.
I have checked if script X leaves any processes open (with process explorer), but it seems it didnt.
Please help. Thanks