标签: c# windows xamarin mdtool
当我尝试使用带有Release配置的mdtool(Xamarin)编译我的c#解决方案时,它会编译为Debug配置。有人可以帮帮我吗? 命令
$ mdtool build -t:Build -c:release test.sln
答案 0 :(得分:2)
试试这个:
mdtool build '--configuration:Release' test.sln
运行mdtool --help以查看其他选项
mdtool --help