views:

268

answers:

1

I'm currently setting up CI for my project and have team city configure and running my builds (and tests etc). However, what I can't seem to figure out is how to get it to actually deploy the build to my web-server. I'm using the sln2008 runner if that help.

Thanks

+1  A: 

TeamCity doesn't support any deployment by itself. You can do it from a dependent build or as a part of your main build. There is a related issue that you can Watch/Vote: TW-3746.

CrazyCoder
I've switched to MSBuild so I can do this myself.
Chris Meek
@Chris you can give more details? I had the same problem
ari