Skip to content

Commit b67b6b1

Browse files
Update pack files layout for BenchmarkDotNet.TestAdapter, fix #2492
Eliminates NU5129, see NuGet/Home#9055
1 parent 9f74923 commit b67b6b1

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/BenchmarkDotNet.TestAdapter/BenchmarkDotNet.TestAdapter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

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

0 commit comments

Comments
 (0)