I have an old WCF Self-Hosted service (wcf service library project) So far, this has been published manually in visual studio by right clicking the project, and selecting "Publish".
But I now want to automate this process in teamcity, but there is no "Package" target, so the build fails.
Does teamcity support this kind of projects, or am I forced to keep doing this manually? If it does support it, how?