Clickonce 的 ProjectCollection 等效项
Microsoft 创建了 ProjectCollection (BuildEngine 在低于 4) 的框架上直接在代码上使用 MSBuild。
是否有任何相当于通过 clickonce 发布应用程序的方法,或者我们是否必须通过命令行调用 Mage.exe?
Microsoft created ProjectCollection (BuildEngine on frameworks below 4) to use MSBuild directly on code.
Is there any equivalent to publish applications through clickonce or do we have to call Mage.exe by command line?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,您可以使用 msbuild 来构建和发布应用程序; mage 用于创建 ClickOnce 所需的清单。 .NET 4 对此没有任何改变。
AFAIK, you can use msbuild to build and publish the apps; mage is used to create the manifests required by ClickOnce. There is no change to this with .NET 4.