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

Fixed multitarget exclusion preprocessing before UseTargetFrameworks script call #267

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

Arlodotexe
Copy link
Member

This PR fixes an issue with our Build-Toolkit-Components script where provided parameters were not being preprocessed properly before changing the EnabledMultiTargets via the UseTargetFrameworks.ps1 script.

This issue resulted in the -winui parameter not properly adjusting the expected ExcludeMultiTargets, such as excluding uwp when WinUI 3 is requested. The result is that the uwp TFM is appearing in some WinUI packages, and this PR fixes the issue.

Copy link
Member

@Sergio0694 Sergio0694 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Arlodotexe Arlodotexe merged commit 40e4936 into main Mar 3, 2025
11 checks passed
@Arlodotexe Arlodotexe deleted the fix/ci/packages/multitarget-exclusion branch March 3, 2025 17:37
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