I\'m setting up TeamCity as my build server.
I have my project set up, it is updating correctly from subversion, and building ok.
So what\'s next?
Ide
Typically what I do is to create a Wix installer. A Wix project can be build with MsBuild so you should have no problems there.
Also I would recommend looking at the following MsBuild extensions for the automated deployment:
http://www.codeplex.com/MSBuildExtensionPack
http://msbuildtasks.tigris.org/
I hope this helps.