Merge pull request #1901 from jtattermusch/fix_jenkins_win

Fix jenkins build on windows
pull/1902/head
Nicolas Noble 10 years ago
commit 8507e150ba
  1. 3
      tools/jenkins/run_jenkins.sh

@ -50,6 +50,9 @@ elif [ "$platform" == "windows" ]
then
echo "building $language on Windows"
# 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

Loading…
Cancel
Save