Skip to content

Commit

Permalink
Update pack files layout for BenchmarkDotNet.TestAdapter, fix #2492
Browse files Browse the repository at this point in the history
Eliminates NU5129, see NuGet/Home#9055
  • Loading branch information
AndreyAkinshin committed Jan 5, 2024
1 parent 9f74923 commit b67b6b1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

<!-- Include files in nuget package for generating entry point -->
<ItemGroup>
<Compile Remove="Package\EntryPoint.*" />
<None Include="Package\EntryPoint.*" Pack="true" PackagePath="entrypoints\" />
<None Include="Package\BenchmarkDotNet.TestAdapter.props" Pack="true" PackagePath="build\" />
<Compile Remove="entrypoints\EntryPoint.*" />
<None Include="entrypoints\EntryPoint.*" Pack="true" PackagePath="entrypoints\" />
<None Include="build\BenchmarkDotNet.TestAdapter.props" Pack="true" PackagePath="build\" />
</ItemGroup>
</Project>

0 comments on commit b67b6b1

Please sign in to comment.