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

Fix failing tests because of "UseUwpTools" property #44859

Merged

Conversation

Sergio0694
Copy link
Contributor

@Sergio0694 Sergio0694 commented Nov 14, 2024

This PR updates the UWP .NET 9 tests to disable "UseUwpTools", which otherwise fails to build because of the missing 26100 SDK. Additionally, here we don't want to build UWP libraries anyway, just plain .NET ones. The break is likely caused by the CI image upgrading to VS 17.12, which then brought this change in, which in turn affected the tests. In theory just disabling that opt-out switch should do the trick.

Fixes #44807, #44827

@marcpopMSFT
Copy link
Member

Failing tests are already known issue: #44878 Merging on red.

@marcpopMSFT marcpopMSFT merged commit b13ae8a into dotnet:release/9.0.1xx Nov 14, 2024
28 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants