Automate publishing of a WCF library using MSBuild
Posted
by
user438334
on Stack Overflow
See other posts from Stack Overflow
or by user438334
Published on 2010-09-02T19:45:59Z
Indexed on
2010/12/23
21:54 UTC
Read the original article
Hit count: 208
I searched and couldn't find anything releated to this topic. When using Visual Studio 2010 for a WCF library, you can right-click it and publish the WCF Library, which generates/creates the .svc and web.config file as well as deploys it. I have been trying to mimic this in msbuild and have had no success. Is this possible? I have build scripts to deploy a WCF application, website, and have had no luck using these scripts to successfully deploy a WCF library. When i do use them, it compiles the Dll's but not the .svc or web.config file. Any advice would be greatly appreciated.
© Stack Overflow or respective owner