Skip to content

Commit

Permalink
Explicitly add Microsoft.Management.Configuration as remoting server …
Browse files Browse the repository at this point in the history
…dependency (#4418)

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](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4418)
  • Loading branch information
yao-msft committed Apr 27, 2024
1 parent 5f7b46b commit 2ea3055
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

<ItemGroup>
<ProjectReference Include="..\Microsoft.Management.Configuration.Processor\Microsoft.Management.Configuration.Processor.csproj" />
<ProjectReference Include="..\Microsoft.Management.Configuration\Microsoft.Management.Configuration.vcxproj" />
</ItemGroup>

<Target Name="PwshFiles" AfterTargets="AfterBuild">
Expand Down

0 comments on commit 2ea3055

Please sign in to comment.