I have two projects, one is simple console app project and another is test project. And inside of mine console app I'm having functionality to check if tests from test project (based on build id) passes or fails.
I want to execute that console app each time when build is done so I can get status of these tests and do additional stuff with results.
Is that something which can be done with some kind of post-build script on TFS?