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.
nuget パッケージを作成していますが、いくつかの dll ファイルをターゲット ディレクトリにコピーするビルド後のイベントをプロジェクトに追加したいと考えています。
そのようなことは可能ですか?もしそうなら、どうすればいいですか?
または、どういうわけか、管理されていない dll (ネイティブ C++) を nuget パッケージに埋め込み、ビルド時にそれらをターゲット ディレクトリにコピーする方法はありますか?
さて、管理されていないdllをナゲットパッケージDependenciesのディレクトリ内に置いたフォルダーに入れることで、ちょっと理解しました。content
Dependencies
content
次に、ビルド/デプロイ プロセスはそのフォルダーに依存しDependenciesます。(出力ディレクトリにコピー)