-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Maui Android Size on Disk Integration #60425
Maui Android Size on Disk Integration #60425
Conversation
…he dotnet.sh is causing an issue somewhere.
…flag to set it to false since it may be part of why we are getting these weird errors.
… and build, added potential xcode work around, added an android specific build.
…roid build works, seems like it hadn't.
… and likely will change.
Added the android mono build and run to the testing pipeline. Updated the artifact uploaded to only be the produced APK. Added the downloading of the Maui APK to the perf-job for AndroidMono. Added copying of the apk into the payload in performance-setup.ps1. Added a helix workitem to 'run' the SOD tests for the Maui Android App, currently does simple testing things to make sure we have what we need.
…iles, etc." This reverts commit 5b4798b.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@LoopedBard3 Could you please move the top level maui directory to be under It is confusing to have top-level maui directory given the directory structure of this repo. |
Or under |
Will do! |
Integrates basic pipeline for Maui Scenarios. Checks off first goal of dotnet/performance#2075.
This included the addition of a yml file to get everything necessary setup to build Maui with the latest runtime data and make it available for testing the runtime repo.