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

Build Windows and Tizen targets for Sentry.Maui #2005

Merged
merged 5 commits into from Oct 24, 2022

Conversation

mattjohnsonpint
Copy link
Contributor

In order to access certain MAUI APIs, we need to always be able to conditionally target all supported MAUI platforms. Currently we ship the NuGet package with separate targets for Android, iOS, and MacCatalyst only. We need to add Windows and Tizen to that list.

With this PR, the Windows target will also now build on macOS where we package the NuGet. We can do this for class libraries only, as we don't have the actual WinUI3 runtime available.

We also add the Tizen target, but conditionally include it only if the Tizen workloads are present, as to not create yet another required developer dependency. We also now install the minimum Tizen workloads in the CI build.

@mattjohnsonpint mattjohnsonpint merged commit 685eb0d into main Oct 24, 2022
@mattjohnsonpint mattjohnsonpint deleted the maui-build-platforms branch October 24, 2022 03:07
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.

None yet

2 participants