diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-06-27 17:46:25 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-06-27 22:37:50 -0700 |
commit | e8ab99d5e292ed7524643d61798cf7b20587457d (patch) | |
tree | fceb4d6433b5102360250a844520380e1d3b0ecb /tools | |
parent | 14a301ddab0521e3f276cd309f8acf7fce526a78 (diff) |
workaround not necessary in preview2
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/build_csharp_coreclr.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/run_tests/build_csharp_coreclr.sh b/tools/run_tests/build_csharp_coreclr.sh index 68c19cb6c9..733b1a2083 100755 --- a/tools/run_tests/build_csharp_coreclr.sh +++ b/tools/run_tests/build_csharp_coreclr.sh @@ -36,7 +36,3 @@ 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 |