Reputation: 6328
I'm setting up a nightly build for continuous integration within TeamCity. I wanted to create an artifact dependency on the last complete build. But I notice that I have no artifacts created in my project. I'm building using MS build.
Upvotes: 10
Views: 9193
Reputation: 849
You need to specify what files you are interested in TeamCity saving as artifacts. This is done by changing the Artifact Path under General Settings when you edit the configuration.
http://confluence.jetbrains.net/display/TCD5/Build+Artifact
Upvotes: 9