当我尝试使用mdtool (Xamarin)使用Release配置编译我的c#解决方案时,它会编译为Debug配置。有人能帮我吗?该命令
$ mdtool build -t:Build -c:Release test.sln
发布于 2016-04-21 18:24:01
试试这个:
mdtool build '--configuration:Release' test.sln运行mdtool --help查看其他选项
https://stackoverflow.com/questions/36766050
复制相似问题