How to deploy a WCF service library with teamcity

928 views Asked by At

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?

1

There are 1 answers

0
Morten Nilsen On BEST ANSWER

The only workable solution I found was to create an empty web project and then publish the WCF Service library to that folder, then add the SVC files to the project and have Teamcity publish that.