Let's say I have one TeamCity build configuration depending on artifacts taken from another. It is possible to publish artifacts while build is in progress in TeamCity. My question is: is it possible to trigger build when all necessary artifacts are available even if builds that are providing these artifacts are still in progress?
The purpose of this is to speed up builds a little.
Thank you!