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>2019-08-12 18:03:13 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-12 18:03:13 +0300
commitc028454befe4ab6f9bf59f90e4136fc197014216 (patch)
treeb54de284d29e26a79b83f6d4596410e0d6f79b71 /scripts
parent69ebdd8b9384d2cdd9fd72458f14fe3a83ade1ef (diff)
[msbuild] Bump to track xplat-master and update roslyn (#16155)
Prompted by mono/msbuild#126: This includes: - merge mono-2019-06 - SDK update to track dotnet release/3.0.100-preview8 - Roslyn updated to 3.3.0-beta2-19381-14
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 11832420caa..bf2e7159e74 100755
--- a/scripts/ci/run-test-mac-sdk.sh
+++ b/scripts/ci/run-test-mac-sdk.sh
@@ -8,7 +8,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 ./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration Release
-zip ${MONO_REPO_ROOT}/msbuild-test-results.zip artifacts/2/TestResults/Release-MONO/* artifacts/2/log/Release-MONO/*.log
+zip ${MONO_REPO_ROOT}/msbuild-test-results.zip artifacts/TestResults/Release-MONO/* artifacts/log/Release-MONO/*.log
# Bundled LLVM
cd ${MONO_REPO_ROOT}/external/bockbuild/builds/mono