“包”位于哪个 .targets 文件中? MSBuild 目标已定义?

发布于 2024-12-25 12:29:55 字数 75 浏览 2 评论 0原文

这与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三生一梦 2025-01-01 12:29:55

用于生成 msdeploy Web 包的发布目标可以位于:

 C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets

除了执行任务之外,您还可以使用多种属性来重定向打包输出名称、位置和配置....

The publishing targets for generating msdeploy web packages can be located at :

 C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets

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....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文