From 27eed3574d4c5b4fd54f481618e235970438ad66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 22 Nov 2017 02:51:45 +0100 Subject: [ci] MSBuild related fixes (#6071) * [ci] Fix testing of msbuild in run-test-mac-sdk.sh It contained the old version number and failed on bots that didn't have leftover old build result. * [ci] Fix msbuild paths in Windows packaging They changed with 73bd521c075b30bcbf349bdb7381d3b6b9fc3c69. --- 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 b4d81186a5d..186fff5c28d 100755 --- a/scripts/ci/run-test-mac-sdk.sh +++ b/scripts/ci/run-test-mac-sdk.sh @@ -6,7 +6,7 @@ ${TESTCMD} --label=bockbuild --timeout=180m ${MONO_REPO_ROOT}/scripts/mac-sdk-pa export PATH=${MONO_REPO_ROOT}/external/bockbuild/stage/bin:$PATH # Bundled MSBuild -cd ${MONO_REPO_ROOT}/external/bockbuild/builds/msbuild-15.4/ +cd ${MONO_REPO_ROOT}/external/bockbuild/builds/msbuild-15/ ${TESTCMD} --label="msbuild-tests" --timeout=180m ./cibuild.sh --scope Test --host Mono --target Mono # Bundled LLVM -- cgit v1.2.3