nologo
nologo

Reputation: 6328

msbuild not creating artifacts in teamcity

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

Answers (1)

brandogs
brandogs

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

Related Questions