So I want to run two builds (A –> B) in a build chain. A is in repo RA and B is in repo RB in teamcity. The build chain exists in repo RA. I need the result of B reported back in RA so that if B is not successful, the pull request in RA should fail. I cannot directly set dependency of B as A in repo RB because it’s a generic build.
All I need is to be able to run these two builds in the order A –> B.