aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-08 11:44:07 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-08 17:23:02 -0800
commit80043e988ff53e683a4f08bc038edd999e776a9b (patch)
treed4cd825b922e6a5d160028de7738950a2fa4fbb3 /tools/run_tests
parentebeb86c0e90335bf019f3416306fe92c80c92524 (diff)
polish C# dependencies
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/pre_build_csharp.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/run_tests/pre_build_csharp.sh b/tools/run_tests/pre_build_csharp.sh
index 4341c0256f..32466c2177 100755
--- a/tools/run_tests/pre_build_csharp.sh
+++ b/tools/run_tests/pre_build_csharp.sh
@@ -39,8 +39,3 @@ if [ -x "$(command -v nuget)" ]
then
nuget restore Grpc.sln
fi
-
-if [ -n "$NUGET" ]
-then
- $NUGET restore Grpc.sln
-fi