是否有“BeforePackage”?建立目标?

发布于 2024-10-03 09:58:58 字数 89 浏览 7 评论 0原文

我需要对项目中的文件(我们项目的输出)执行一些更新,并且需要在生成部署包(zip 文件)之前执行此操作。

是否有在构建和打包阶段之间触发的构建目标?

I need to perform some updates on files within my project (our the output of my project) and I need to do this before the deployment package (zip file) is produced.

Is there a build target that fires between the build and packaging phases?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

朮生 2024-10-10 09:58:58

不,没有“BeforePackage”构建目标。您可以使用 AfterCompile 目标。更棘手的是使用 GenerateDocumentation 目标来达到您的目的,如果没有人覆盖目标的顺序,它将在打包之前出现。

No, there is no “BeforePackage” build target. You can use AfterCompile target. A little bit more hacky will be to use GenerateDocumentation target for your purposes, it will come before packaging if no one has overriden ordering of targets.

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