Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Switch to use $(Optimize) to control wh…
…ich runtime is installed. (#528) Context: https://bugzilla.xamarin.com/show_bug.cgi?id=53787 Context: https://bugzilla.xamarin.com/show_bug.cgi?id=53900 In mono 4.9 `$(DebugType)` Full|Portable|PdbOnly are all the same thing, so we cannot reliably use those values to control which runtime is installed in the package. Instead we should use `$(Optimize)` which is only used on Release configurations (why Optimize a debug build!). This commit switches over to using `$(Optimize)` to control the debug/release runtime selection.
- Loading branch information