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.
リリース構成で mdtool (Xamarin) を使用して C# ソリューションをコンパイルしようとすると、デバッグ構成としてコンパイルされます。誰かが私を助けることができますか?コマンド
$ mdtool build -t:ビルド -c:test.sln をリリース
これを試して:
mdtool build '--configuration:Release' test.sln
実行mdtool --helpして他のオプションを表示する
mdtool --help