microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.55k stars 1.4k forks source link

Explicitly add Microsoft.Management.Configuration as remoting server dependency #4418

Closed yao-msft closed 2 months ago

yao-msft commented 2 months ago

There's some issue with the build toolchain in internal pipeline that deep dependencies (3 level deep) are not picked up by the build. Explicitly adding the dependency fixed the issue. Manually validated the release package produced by internal pipeline and mixed elevation works as expected.

Microsoft Reviewers: Open in CodeFlow