aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-20 17:49:34 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-20 17:49:34 -0700
commitbbe601ab7ca1ba763f95415fbcd391947987341a (patch)
tree6cc9e0a7f5c145a966ae571b540438da390fe704
parent74330130a3becaced929b2502fdea72bc5589314 (diff)
add a hack
-rwxr-xr-xtools/run_tests/build_csharp_coreclr.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/run_tests/build_csharp_coreclr.sh b/tools/run_tests/build_csharp_coreclr.sh
index 733b1a2083..68c19cb6c9 100755
--- a/tools/run_tests/build_csharp_coreclr.sh
+++ b/tools/run_tests/build_csharp_coreclr.sh
@@ -36,3 +36,7 @@ cd $(dirname $0)/../../src/csharp
dotnet restore .
dotnet build -f netstandard1.5 --configuration $MSBUILD_CONFIG '**/project.json'
+
+# Grpc.IntegrationTesting doesn't get built by the previous command for some reason.
+# TODO(jtattermusch): get rid of the hack
+dotnet build -f netstandard1.5 --configuration $MSBUILD_CONFIG Grpc.IntegrationTesting/project.json