TeamCity On-Premises
 
Get TeamCity On-Premises

Dependent Build

Edit pageLast modified: 19 September 2023

In TeamCity, one build configuration can depend on one or more configurations. Two types of dependencies can be specified:

An artifact dependency is just a way to get artifacts produced by one build into another. Without a corresponding snapshot dependency, it is mainly used when the build configurations are not related in terms of sources. For example, one build provides a reusable component for others.
A snapshot dependency influences the way builds are processed and implies that the builds are deeply related, one build being a logic part of another.