You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[maui, android] explicitly set R2R properties (#4879)
We are shortly going to change the defaults for CoreCLR, where
`Release` mode will use by default:
-p:PublishReadyToRun=true -p:PublishReadyToRunComposite=true
...when `$(PublishReadyToRun)` or `$(PublishReadyToRunComposite)` are
not set.
Let's explicitly set the MSBuild properties, so the existing graphs
will not change in behavior.
0 commit comments