aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-08-11 16:26:40 -0700
committerGravatar GitHub <noreply@github.com>2016-08-11 16:26:40 -0700
commit4e741049940e40a38f313326fd7c41635a210e49 (patch)
treee0ee10a5737755c5f7961d6b2492c9657ce647b3 /src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
parentf2d8c608454d757976544c9e24ef3efdc224ec54 (diff)
parent6bfe7dadf71ce6637adef1adc990a653849f56c1 (diff)
Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_ga
add all runtime nodes back into testing packages
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
index 9afcb306b4..287950720f 100644
--- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
@@ -44,6 +44,11 @@
}
}
},
+ "runtimes": {
+ "win7-x64": { },
+ "debian.8-x64": { },
+ "osx.10.11-x64": { }
+ },
"dependencies": {
"Grpc.IntegrationTesting": {