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:
-rw-r--r--packaging/MacSDK/msbuild.py4
-rwxr-xr-xscripts/ci/run-test-mac-sdk.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index 0573c6038aa..5019807a51b 100644
--- a/packaging/MacSDK/msbuild.py
+++ b/packaging/MacSDK/msbuild.py
@@ -3,10 +3,10 @@ import fileinput
class MSBuild (GitHubPackage):
def __init__ (self):
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
- revision = '49a614cda8cedbc6b42e37d49e40cc89fbdac4fd')
+ revision = '300887e680a0cc790476efad9613507ead5957d3')
def build (self):
- self.sh ('./build.sh -host mono -configuration Release -skipTests')
+ self.sh ('./build.sh -hostType mono -configuration Release -skipTests')
self.sh ('zip msbuild-bin-logs.zip artifacts/Release-MONO/log/*')
def install (self):
diff --git a/scripts/ci/run-test-mac-sdk.sh b/scripts/ci/run-test-mac-sdk.sh
index 5c3503674b0..d9a34c0836a 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 ./build.sh -host mono -configuration Release
+${TESTCMD} --label="msbuild-tests" --timeout=180m ./build.sh -hostType mono -configuration Release
zip ${MONO_REPO_ROOT}/msbuild-test-results.zip artifacts/2/Release-MONO/TestResults/*
# Bundled LLVM