You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix vpack clobbering and update to newer Windows container image (#1480)
* Update to newer Windows container image
* Pass newer host version to templates
* Stop clobbering compiler vpack contents
Remove references to stale winmd files to fix incremental builds (#1404)
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).