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.
ここに大きなプロジェクトがあり、ccnet を含むさまざまなシナリオで使用するいくつかのビルド ファイルを作成しました。だから、私はBF1.buildとBF2.buildを持っています
BF1のどこかでBF2.buildからスクリプトを呼び出し/実行したいだけです
あなたはそれを削除することができます。解決策を見つけました:
<target name="somename" > <nant> <buildfiles> <include name="BF2.build" /> </buildfiles> </nant> </target>
NAntドキュメント