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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-22 04:51:45 +0300
committerGitHub <noreply@github.com>2017-11-22 04:51:45 +0300
commit27eed3574d4c5b4fd54f481618e235970438ad66 (patch)
tree2d4c296934586907ed5516a55a28acc6c26eb2d9 /scripts/ci/run-test-mac-sdk.sh
parent8ea4864f30d92e3c5a1c293b152b9f3014a56a32 (diff)
[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.
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 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