I am having problems with Teamcity, where it is proceeding to run build steps even if the previous ones were unsuccessful.
Teamcity
The final step of my Build co
In the end, I was able to solve the problem with a snapshot dependency, where I would have a separate 'deploy' build that was dependent on the test build, and now it doesn't run if tests fail.
This was useful for setting the dependency up.