Publish a Web Application from the Command Line

后端 未结 4 1305
清酒与你
清酒与你 2020-12-24 14:14

I\'ve got a series of .NET 4 based web applications (WCF and Web) within the same solution, but need to selectively publish, from the command line.

I\'ve tried vario

4条回答
  •  梦毁少年i
    2020-12-24 15:20

    I know this is an old question, but I just learned something, so I decided I'd share: While it is 100% true that the "_CopyWebApplication" target exists and works, as of .NET 4.0 it has been superseded by the "_WPPCopyWebApplication" target in Microsoft.Web.Publishing.targets, which supports new features like web.config transformation syntax, etc.

提交回复
热议问题