aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2019-03-15 09:39:50 +0000
committerJon Skeet <jonskeet@google.com>2019-03-15 09:39:50 +0000
commit2de68bc33a9ff51b56a72b582ca5a057167d9181 (patch)
treec1499cbd23d5898423735090fb7088eb19729d12 /csharp
parentf071c9e0f32204d0f979390e5d9cf4dd7ee61457 (diff)
downloadprotobuf-2de68bc33a9ff51b56a72b582ca5a057167d9181.tar.gz
Make the C# benchmarks non-packable
Diffstat (limited to 'csharp')
-rw-r--r--csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj b/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj
index 26ad32a9c..ecc064ea7 100644
--- a/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj
+++ b/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj
@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
+ <IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>