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 をプロジェクト フォルダーに存在する package\lib フォルダーにコピーしたいと考えています。
それはどのように行われますか?
/ラッセ
プロジェクトのプロパティで、次のビルド後のイベントを追加します。
copy "$(TargetPath)" "$(SolutionDir)package\lib"
nuget パッケージのルートへのパスを必ず変更してください。ここでは <Solution>\package と仮定しました