Skip to content
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

[mobile] Add Android BrowserStack test project back #23551

Merged
merged 12 commits into from
Feb 4, 2025

Conversation

carzh
Copy link
Contributor

@carzh carzh commented Jan 31, 2025

Description

Follow-up for #23383 and #23474

  • Adds android BrowserStack test back in
  • Modifies MAUI csproj file to build into an APK

Motivation and Context

There were 2 issues with the previous PRs:

  1. The updated MAUI .csproj file configuration failed when building to iOS and MacCatalyst. This caused problems in the packaging pipeline because we build all C# projects in the .soln file in the packaging pipeline. Removed the Mac & iOS build targets for now

  2. The previous MAUI .csproj file configuration did not build into an APK. It was missing the <OutputType> XAML tag and the Android package type XAML tag.

@carzh carzh requested a review from edgchen1 January 31, 2025 19:25
@carzh
Copy link
Contributor Author

carzh commented Feb 3, 2025

Working pipeline run 2

edgchen1
edgchen1 previously approved these changes Feb 4, 2025
@carzh carzh merged commit 2fc75a4 into main Feb 4, 2025
98 of 100 checks passed
@carzh carzh deleted the carzh/browserstack-android-fix branch February 4, 2025 22:39
sfatimar pushed a commit to intel/onnxruntime that referenced this pull request Feb 5, 2025
## Description
Follow-up for microsoft#23383 and microsoft#23474

* Adds android BrowserStack test back in
* Modifies MAUI csproj file to build into an APK


### Motivation and Context
There were 2 issues with the previous PRs:
1. The updated MAUI .csproj file configuration failed when building to
iOS and MacCatalyst. This caused problems in the packaging pipeline
because we build all C# projects in the .soln file in the packaging
pipeline. Removed the Mac & iOS build targets for now

3. The previous MAUI .csproj file configuration did not build into an
APK. It was missing the `<OutputType>` XAML tag and the Android package
type XAML tag.
sfatimar pushed a commit to intel/onnxruntime that referenced this pull request Feb 5, 2025
## Description
Follow-up for microsoft#23383 and microsoft#23474

* Adds android BrowserStack test back in
* Modifies MAUI csproj file to build into an APK


### Motivation and Context
There were 2 issues with the previous PRs:
1. The updated MAUI .csproj file configuration failed when building to
iOS and MacCatalyst. This caused problems in the packaging pipeline
because we build all C# projects in the .soln file in the packaging
pipeline. Removed the Mac & iOS build targets for now

3. The previous MAUI .csproj file configuration did not build into an
APK. It was missing the `<OutputType>` XAML tag and the Android package
type XAML tag.
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.

2 participants