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-04-26 14:28:22 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-04-26 14:28:22 +0300
commitbfff07babc58728670bb39ebab42269b45a016ab (patch)
treeca920b03202e6271d9cd0e1c6f6af9947bf36e3f /scripts/ci/run-test-mac-sdk.sh
parentd0acdff6258111f774cb531a4aa789d4f0d38389 (diff)
[msbuild] Bump to latest xplat-master (#8426)
.. which is now on the netcore2.x based build. Update build and test scripts accordingly.
Diffstat (limited to 'scripts/ci/run-test-mac-sdk.sh')
-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 22d73a312cd..bc74c8d46bc 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 ./cibuild.sh --scope Test --host Mono --target Mono
+${TESTCMD} --label="msbuild-tests" --timeout=180m ./build.sh -host mono -configuration Release
# Bundled LLVM
cd ${MONO_REPO_ROOT}/external/bockbuild/builds/mono