Skip to content

Commit

Permalink
fix C# build on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jan 22, 2016
1 parent 06b1a69 commit 2128ee8
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 @@ -69,6 +69,9 @@ elif [ "$platform" == "macos" ]
then
echo "building $language on MacOS"

# Prevent msbuild from picking up "platform" env variable, which would break the build
unset platform

./tools/run_tests/run_tests.py -t -l $language -c $config -x report.xml -j 3 $@ || TESTS_FAILED="true"

elif [ "$platform" == "freebsd" ]
Expand Down

0 comments on commit 2128ee8

Please sign in to comment.