Re-add a MAUI iOS Mono scenario benchmark leg#5252
Open
kotlarmilos wants to merge 2 commits into
Open
Conversation
Re-enable a single MAUI iOS scenario benchmark run on Mono (Default codegen) so we keep signal that the MAUI iOS app still builds and runs on Mono. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Re-enables a single MAUI iOS scenario benchmark leg on Mono (Default codegen) to restore continuous validation that the MAUI iOS app can still build and run on Mono in the perf pipeline.
Changes:
- Adds a new “Maui iOS scenario benchmarks (Mono Default) - Release” job leg to
sdk-perf-jobs.yml. - Updates the MAUI iOS scenario publish MSBuild flags to include
_DisableCheckForUnsupportedMonoMobileRuntime=truewhenRuntimeFlavor=mono, allowing thenet11.0-iosMono build to proceed.
Show a summary per file
| File | Description |
|---|---|
| eng/pipelines/sdk-perf-jobs.yml | Adds a single MAUI iOS Mono Default Release scenario job leg (smoke coverage). |
| eng/performance/maui_scenarios_ios.proj | Extends Mono publish MSBuild args to bypass the unsupported Mono mobile runtime check. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
matouskozak
previously approved these changes
Jul 2, 2026
matouskozak
left a comment
Member
There was a problem hiding this comment.
Do you want to add only an iOS one, or should we add one release for Android also?
Add a single MAUI Android scenario benchmark run on Mono (Default codegen) alongside the iOS one, so we keep signal that the MAUI Android app still builds and runs on Mono. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
matouskozak
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Re-enables a single MAUI iOS scenario benchmark leg on Mono in
sdk-perf-jobs.yml.