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.
当我尝试使用带有 Release 配置的 mdtool (Xamarin) 编译我的 c# 解决方案时,它编译为 Debug 配置。有人可以帮助我吗?命令
$ mdtool build -t:Build -c:Release test.sln
尝试这个:
mdtool build '--configuration:Release' test.sln
运行mdtool --help以查看其他选项
mdtool --help