aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-07 19:26:19 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-07 19:26:19 -0700
commit874aec02b45dd3c3a8e8ae6c158ead268cbc1d47 (patch)
tree2b4199ed66f091f6f6a89eaf19f14a4bf91cce9a /tools/jenkins
parent48423fc84362e195854a7e2bcf244ff29f03cee7 (diff)
move nuget restore into prebuild step on windows
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/run_jenkins.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/jenkins/run_jenkins.sh b/tools/jenkins/run_jenkins.sh
index f79e739f6a..67cfc2bb0a 100755
--- a/tools/jenkins/run_jenkins.sh
+++ b/tools/jenkins/run_jenkins.sh
@@ -63,10 +63,6 @@ then
# Prevent msbuild from picking up "platform" env variable, which would break the build
unset platform
- # TODO(jtattermusch): integrate nuget restore in a nicer way.
- /cygdrive/c/nuget/nuget.exe restore vsprojects/grpc.sln
- /cygdrive/c/nuget/nuget.exe restore src/csharp/Grpc.sln
-
python tools/run_tests/run_tests.py -t -l $language -x report.xml $@ || true
elif [ "$platform" == "macos" ]