Skip to content

Commit

Permalink
Remove unnecessary RemoveMSDiaTypeLib target from GenerateLayout.targets
Browse files Browse the repository at this point in the history
The msdia140typelib_clr0200.dll was removed from vstest in microsoft/vstest#3822
  • Loading branch information
akoeplinger authored Mar 7, 2024
1 parent ba45654 commit d2025b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Layout/redist/targets/GenerateLayout.targets
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,6 @@
AssetPath="%(NuPkgContentForMSBuildExtensionsRelativePaths.Identity)" />
</Target>

<!-- The msdia140typelib_clr0200.dll file is not MIT licensed (and it only used on Windows). Remove it, so
we can MIT license the published dotnet -->
<Target Name="RemoveMSDiaTypeLib"
AfterTargets="Build"
Condition="'$(OSName)' != 'win'">
<Delete Files="$(OutputPath)/TestHost/msdia140typelib_clr0200.dll" />
</Target>

<Target Name="PublishSdks"
AfterTargets="Build">
<ItemGroup>
Expand Down

0 comments on commit d2025b4

Please sign in to comment.