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>2019-09-23 16:48:43 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-23 16:48:43 +0300
commit93c67f2a3ccb3f4d2be10dfdd8b7f1fcc40f20f8 (patch)
tree6f1fe0296756d9d742258455c10665c115f44a9d /scripts/ci
parent70e266a3af67ba30f8f15a3cc729ecf4e1cc01a7 (diff)
[ci] Fix typo in sdks-archive.groovy
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/run-jenkins.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index d376b333db8..5f950d5ae9b 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -192,7 +192,7 @@ if [[ ${CI_TAGS} == *'sdks-ios'* ]];
fi
# retrieve selected Xcode version
- /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' ${XCODE_DIR}/Contents/version.plist > xcode_version.txt
+ /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' ${XCODE_DIR}/../version.plist > xcode_version.txt
# make sure we embed the correct path into the PDBs
export MONOTOUCH_MCS_FLAGS=-pathmap:${MONO_REPO_ROOT}/=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/
@@ -246,7 +246,7 @@ then
fi
# retrieve selected Xcode version
- /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' ${XCODE_DIR}/Contents/version.plist > xcode_version.txt
+ /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' ${XCODE_DIR}/../version.plist > xcode_version.txt
# make sure we embed the correct path into the PDBs
export XAMMAC_MCS_FLAGS=-pathmap:${MONO_REPO_ROOT}/=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/src/Xamarin.Mac/