Skip to content

Commit

Permalink
Pack _._ in lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jan 29, 2025
1 parent 50982e0 commit 4ea44cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Package/MSTest/MSTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
</PackageDescription>

<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddEmptyTfmDirectoryInLib</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>

<Target Name="_AddEmptyTfmDirectoryInLib">
<ItemGroup>
<TfmSpecificPackageFile Include="_._" PackagePath="lib/$(TargetFramework)/" />
</ItemGroup>
</Target>

<ItemGroup>
<ProjectReference Include="..\..\Adapter\MSTest.TestAdapter\MSTest.TestAdapter.csproj" />
<ProjectReference Include="..\..\TestFramework\TestFramework.Extensions\TestFramework.Extensions.csproj" />
Expand Down

0 comments on commit 4ea44cc

Please sign in to comment.