Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクト内のファイル(プロジェクトの出力)に対していくつかの更新を実行する必要があり、展開パッケージ(zipファイル)が生成される前にこれを実行する必要があります。
ビルドフェーズとパッケージングフェーズの間に起動するビルドターゲットはありますか?
いいえ、「BeforePackage」ビルド ターゲットはありません。ターゲットを使用できますAfterCompile。GenerateDocumentation目的に応じて targetを使用するのはもう少しハックです。誰もターゲットの順序をオーバーライドしていない場合は、パッケージ化する前に行います。
AfterCompile
GenerateDocumentation