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
23.04k stars 1.43k forks source link

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

Closed yao-msft closed 5 months ago

yao-msft commented 5 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