We're using TeamCity to build all our Unity games and I would like to set up custom failure conditions for all build configurations. Our current structure looks like this:
Root/
Project1/
Build Android
Build iOS
Project2/
Build iOS
Build Windows
Build AnotherPlatform...
Where each platform inherits a build configuration template owned by root. I'm able to add failure conditions to the build configuration templates (for example Build for Android), but because we have templates for seven different platforms I would have to add the same conditions to all of them. Is there any way to add failure conditions to the root or sub projects for example, so all the templates share the same conditions?