Skip to content
Snippets Groups Projects
Commit 8507e150 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #1901 from jtattermusch/fix_jenkins_win

Fix jenkins build on windows
parents 9bc61bd7 a959e64d
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,9 @@ elif [ "$platform" == "windows" ] ...@@ -50,6 +50,9 @@ elif [ "$platform" == "windows" ]
then then
echo "building $language on Windows" 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. # TODO(jtattermusch): integrate nuget restore in a nicer way.
/cygdrive/c/nuget/nuget.exe restore vsprojects/grpc.sln /cygdrive/c/nuget/nuget.exe restore vsprojects/grpc.sln
/cygdrive/c/nuget/nuget.exe restore src/csharp/Grpc.sln /cygdrive/c/nuget/nuget.exe restore src/csharp/Grpc.sln
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment