aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.StressClient
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-08-09 11:40:05 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2016-08-09 13:10:53 -0700
commit6bfe7dadf71ce6637adef1adc990a653849f56c1 (patch)
treef24bba614eb492183630e6014de94136d0903da9 /src/csharp/Grpc.IntegrationTesting.StressClient
parent10776b99cfa17dceae79f2e96d6b694b3d636db2 (diff)
add all runtime nodes back into testing packages
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.StressClient')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.StressClient/project.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
index 9afcb306b4..287950720f 100644
--- a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
@@ -44,6 +44,11 @@
}
}
},
+ "runtimes": {
+ "win7-x64": { },
+ "debian.8-x64": { },
+ "osx.10.11-x64": { }
+ },
"dependencies": {
"Grpc.IntegrationTesting": {