-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[PERF][MAUI] Add Maui runs for net7.0 #71979
[PERF][MAUI] Add Maui runs for net7.0 #71979
Conversation
… in the obvious places they needed to be.
…om them since we are not building mono for net6
…yml (Section that redownloads jobs for perf running)
…the setup files so mono is not copied for net6. Updated the runkind for net6 runs.
… and added specific dotnet calls back into the build perf maui apps.
Tagging subscribers to this area: @hoyosjs Issue DetailsThis duplicates the pipeline flow for net6 Maui testing to add a net7 based Maui testing flow. Part of this included cleaning up the specific tests run for each framework, removing the Mono iOS testing from the net6 flows. Most of the changes were renaming duplicated names to distinguish between net6 and net7 stuff.
|
This should also fix: dotnet/performance#2528, by adding in the result save after startup for iOS. |
This reverts commit 3bbdb19.
Failing test is unrelated to changes in PR. |
This duplicates the pipeline flow for net6 Maui testing to add a net7 based Maui testing flow. Part of this included cleaning up the specific tests run for each framework, removing the Mono iOS testing from the net6 flows. Most of the changes were renaming duplicated names to distinguish between net6 and net7 stuff.