From bfff07babc58728670bb39ebab42269b45a016ab Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Thu, 26 Apr 2018 07:28:22 -0400 Subject: [msbuild] Bump to latest xplat-master (#8426) .. which is now on the netcore2.x based build. Update build and test scripts accordingly. --- scripts/ci/run-test-mac-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci/run-test-mac-sdk.sh') 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 -- cgit v1.2.3