What is the point of Snapshot Dependencies without related Artifact Dependencies?
I noticed that some TC Projects have Snapshot Dependencies without any Artifact dependencies.
What purpose does this serve?
What is the point of Snapshot Dependencies without related Artifact Dependencies?
I noticed that some TC Projects have Snapshot Dependencies without any Artifact dependencies.
What purpose does this serve?
You can omit teamcity "artifacts" completely and use external system for storing artifacts.
In projects I work on we use JFrog Artifactory. We chain builds using "Snapshot dependencies" to make sure that latest code is built and outputs are available, but we don't use "artifact dependencies" at all. All packages are downloaded using nuget.