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
ci: remove pre-installed WDK toolsets from non-v160 dirs
The windows-2025 runner has a newer WDK pre-installed in v170.
MSBuild prefers v170 over v160, hitting the wrong Toolset.props
which references v141/v142 that don't exist under v170.
0 commit comments