From 93c67f2a3ccb3f4d2be10dfdd8b7f1fcc40f20f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 23 Sep 2019 15:48:43 +0200 Subject: [ci] Fix typo in sdks-archive.groovy --- scripts/ci/run-jenkins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/ci') 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/ -- cgit v1.2.3