This MSBuild project that you are building, is that checked in into source control?
If executions of your external program fail and cause the project you are building to fail consequently, then a work item will be created for that by default.
You need to do two things -
Thanks.
Thank! This generally works.
Now I'm trying to massage out some other issues like the label not being able to determine the workspace (which I signaled TFB to skip) and how to send back custom status messages back to TFB instead of "Compiling sources".
I am not sure I understand the label problem.
For customizing build steps, check this - https://blogs.msdn.com/nagarajp/archive/2006/02/03/524418.aspx
Thanks.