aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.Server/project.json
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2016-09-13 14:25:07 -0700
committerGravatar Vizerai <jsking@google.com>2016-09-13 14:25:07 -0700
commitc97122c87bddb67b0759bf1c04ccafb77d1244ad (patch)
tree001cd6dc8974e14a18a8d3105485c32a0838905c /src/csharp/Grpc.IntegrationTesting.Server/project.json
parent76988c80a2833134aa481fb3a10f959986f7269a (diff)
parentb5869dc7131f368d5e90686dfffd6d6cf798c607 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into grpc_tracing
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Server/project.json')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Server/project.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Server/project.json b/src/csharp/Grpc.IntegrationTesting.Server/project.json
index 81faee63dc..1b900c8af3 100644
--- a/src/csharp/Grpc.IntegrationTesting.Server/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.Server/project.json
@@ -13,8 +13,10 @@
"includeFiles": [ "../Grpc.Core/Version.cs" ]
},
"copyToOutput": {
- "include": "data/*",
"mappings": {
+ "data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem",
+ "data/server1.key": "../Grpc.IntegrationTesting/data/server1.key",
+ "data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem",
"grpc_csharp_ext.x64.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll",
"grpc_csharp_ext.x86.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll",
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so",
@@ -33,8 +35,10 @@
"includeFiles": [ "../Grpc.Core/Version.cs" ]
},
"copyToOutput": {
- "include": "data/*",
"mappings": {
+ "data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem",
+ "data/server1.key": "../Grpc.IntegrationTesting/data/server1.key",
+ "data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem",
"grpc_csharp_ext.x64.dll": "../../../vsprojects/x64/Release/grpc_csharp_ext.dll",
"grpc_csharp_ext.x86.dll": "../../../vsprojects/Release/grpc_csharp_ext.dll",
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so",