Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2018-10-05 10:13:22 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-05 10:13:22 +0300
commit2fbfadbd9cc52207e88b701f39fa191ff56c9460 (patch)
tree4ed2763b8c53c8629b9325901d33fb3f0f1f4e88 /scripts
parent7d56ecc42cef81cd3bf7da73c2daa90032b903d4 (diff)
Bump msbuild to track xplat-master (#10339)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-mac-sdk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-test-mac-sdk.sh b/scripts/ci/run-test-mac-sdk.sh
index 5c3503674b0..d9a34c0836a 100755
--- a/scripts/ci/run-test-mac-sdk.sh
+++ b/scripts/ci/run-test-mac-sdk.sh
@@ -7,7 +7,7 @@ export PATH=${MONO_REPO_ROOT}/external/bockbuild/stage/bin:$PATH
# Bundled MSBuild
cd ${MONO_REPO_ROOT}/external/bockbuild/builds/msbuild-15/
-${TESTCMD} --label="msbuild-tests" --timeout=180m ./build.sh -host mono -configuration Release
+${TESTCMD} --label="msbuild-tests" --timeout=180m ./build.sh -hostType mono -configuration Release
zip ${MONO_REPO_ROOT}/msbuild-test-results.zip artifacts/2/Release-MONO/TestResults/*
# Bundled LLVM