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.
ビルド後のステップでILMergeを使用しています。 相互運用性の理由から、ILMerge相対パスを使用したいと思います。ビルド後の手順からアクセスできるパス環境変数 を設定するにはどうすればよいですか?
デフォルトの ILMerge インストール パスは、何に対しても相対的ではありません。PATH 環境変数に追加する場合は、ビルド後のイベントに次のように記述します。
set path = %path%;$(programfiles)\microsoft\ilmerge