fix C# build on mac

pull/4826/head
Jan Tattermusch 9 years ago
parent 06b1a693eb
commit 2128ee8da7
  1. 3
      tools/jenkins/run_jenkins.sh

@ -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" ]

Loading…
Cancel
Save