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

Remove references to stale winmd files to fix incremental builds #1404

Merged
merged 3 commits into from
Apr 5, 2024

Conversation

Scottj1s
Copy link
Member

@Scottj1s Scottj1s commented Apr 4, 2024

The original attempt at a fix for this was too aggressive: https://github.com/microsoft/cppwinrt/pull/1381/files

This fix is targeted specifically at removing references to stale winmd files that have yet to be copied from referenced projects (e.g., from a runtime component to an app).

The original attempt at a fix for this was too aggressive:
https://github.com/microsoft/cppwinrt/pull/1381/files

This fix is targeted specifically at removing references to stale winmd files that have yet to be copied from referenced projects (e.g., from a runtime component to an app).
@Scottj1s
Copy link
Member Author

Scottj1s commented Apr 5, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Scottj1s
Copy link
Member Author

Scottj1s commented Apr 5, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Scottj1s
Copy link
Member Author

Scottj1s commented Apr 5, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Scottj1s Scottj1s merged commit d2a6677 into master Apr 5, 2024
80 checks passed
@Scottj1s Scottj1s deleted the user/sjones/stale_xaml_ref_fix branch April 5, 2024 20:15
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.

Bug: version 2.0.240111.5 does not work correctly with XAML
2 participants