开发者

Is there a "BeforePackage" build target?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜