Skip to content

Commit

Permalink
Merge pull request grpc#1901 from jtattermusch/fix_jenkins_win
Browse files Browse the repository at this point in the history
Fix jenkins build on windows
  • Loading branch information
nicolasnoble committed Jun 3, 2015
2 parents 9bc61bd + a959e64 commit 8507e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/jenkins/run_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8507e15

Please sign in to comment.