“包”位于哪个 .targets 文件中? MSBuild 目标已定义?
这与 Web 部署和/或 Web 部署项目有关(不确定它们之间的关系是什么)。只是对组成任务感到好奇,我可以将其重新组合成自定义包目标。
This pertains to Web Deploy and/or Web Deployment Projects (not sure what the relation is between those). Simply curious about the constituent Tasks that I might be able to recompose into a customized package Target.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用于生成 msdeploy Web 包的发布目标可以位于:
除了执行任务之外,您还可以使用多种属性来重定向打包输出名称、位置和配置....
The publishing targets for generating msdeploy web packages can be located at :
In addition to playing with the tasks, there are a variety of properties you can use to redirect the packaging output name, location and configuration....