When I try to compile my c# solution with mdtool (Xamarin) with the Release configuration it compile as a Debug configuration. Someone can help me? The command
$ mdtool build -t:Build -c:Release test.sln
When I try to compile my c# solution with mdtool (Xamarin) with the Release configuration it compile as a Debug configuration. Someone can help me? The command
$ mdtool build -t:Build -c:Release test.sln
try this:
mdtool build '--configuration:Release' test.sln
run mdtool --help
to see other options