Merge pull request #5898 from jskeet/non-packable

Make the C# benchmarks non-packable
This commit is contained in:
Jan Tattermusch 2019-03-15 11:41:25 +01:00 committed by GitHub
commit b68a347f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>