How to deploy unversioned files with TeamCity
I have a website organized like this :
- a server with all the code
- a server with all the other ressources like files/images
At this point I managed to get the source code from subversion, build it, and then deploy it (msbuild).
The thing is, my images a开发者_如何学JAVAre not versioned. So how can I do to take the images from our dev server to our build server ? What is the best way to put it into Team City ? I think that these files re some kind of artifact but I'm not sure (I don't understand very well this notion, the title "artifact" doesn't help).
The best way is to add your images and other resources into Subversion, then you can control their checkout as part of your deployment.
精彩评论