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.
ANT の exec タスクで msbuild.exe を実行すると、.net コードのエラーによってビルド プロセスが失敗することはありません。
これはなぜでしょうか?
解決策にたどり着き、 を使用しました、魅力Execのように機能します。failonerror
Exec
failonerror
msbuild タスクに何をさせますか?
以前に NAnt を使用したとき、このタスクを使用して VS.NET ソリューションを構築しました。
現在、私は NAnt を使用しておらず、代わりに msbuild を使用しています。:)