We use TFS to build our project. When the last projects completes a successful build, we use the post build event for that project to run a batch file.
We recently added a tests project, which runs after the build process completes, which means the batch file fires first after after the last project builds successfully but not after successful test run.
How do you set up a batch file to run only after successful test completion in TFS?