How to build a project in teamcity after multiple other builds have finished and not trigger the dependency chain?
问题 My questions is related to Trigger subsequent build once after multiple parallel builds in TeamCity but I have hit a problem so posting it here. Below is my setup. I am trying to create a chain so that when I run A, the complete chain runs. A ( Root project) - B ( Snapshot dependent on A + Finish Build trigger on A) -( Snapshot dependent on B) Aggregation project. A ( Root project) - c ( Snapshot dependent on A + Finish Build trigger on A) - ( Snapshot dependent on C)Aggregation project. The