当我试图用mdtool(xamarin)和发行版配置编译我的c解决方案时,它会编译为调试配置。有人能帮我吗?命令$mdtool build-t:build-c:release test.sln 最佳答案 试试这个:mdtool build '--configuration:Release' test.sln 运行mdtool --help查看其他选项