TeamCity On-Premises
 
Get TeamCity On-Premises
You are viewing the documentation for an earlier version of TeamCity On-Premises.

Dependent Build

Edit page Last modified: 17 January 2022

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.