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) (#4419)

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.
  • Loading branch information
yao-msft committed Apr 29, 2024
1 parent f18924d commit 17c5d44
Showing 1 changed file with 1 addition and 0 deletions.
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 17c5d44

Please sign in to comment.