开发者

Is there a "BeforePackage" build target?

开发者 https://www.devze.com 2023-01-26 14:14 出处:网络
I need to perform some updates on files within my project (our the output of my project) and 开发者_Go百科I need to do this before the deployment package (zip file) is produced.

I need to perform some updates on files within my project (our the output of my project) and 开发者_Go百科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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号