Skip to content

[maui, android] explicitly set R2R properties #4879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025

Conversation

jonathanpeppers
Copy link
Member

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.

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.
@jonathanpeppers
Copy link
Member Author

@LoopedBard3
Copy link
Member

None of the performance-ci tests are impacted by this change.

@LoopedBard3 LoopedBard3 merged commit bb3a572 into dotnet:main Jun 25, 2025
36 of 80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants