I have a post-test script that I'd only like to run once all the tests has successfully passed. The post-test script is a PowerShell script, but I don't know how to detect if any tests failed or not.
I can't change the build process as I'm using TFS Online. I'm also using the TfvcTemplate.12.xaml.
Any help would be greatly appreciated. Thanks in advance.