Skip to content

Commit

Permalink
Made benchmarks non packable
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall committed Sep 8, 2021
1 parent 3f61bd1 commit 92a629b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions benches/Kinetic.Benchmarks/Kinetic.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<Optimize>true</Optimize>
<Configuration>Release</Configuration>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Kinetic\Kinetic.csproj" />
Expand Down
1 change: 0 additions & 1 deletion test/Kinetic.Tests/Kinetic.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Kinetic\Kinetic.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
Expand Down

0 comments on commit 92a629b

Please sign in to comment.