diff --git a/images/macos/provision/core/xcode-postbuild.sh b/images/macos/provision/core/xcode-postbuild.sh index 6b41348f..d0344726 100644 --- a/images/macos/provision/core/xcode-postbuild.sh +++ b/images/macos/provision/core/xcode-postbuild.sh @@ -1,7 +1,7 @@ #!/bin/bash -e -o pipefail source ~/utils/utils.sh -XCODE_LIST=($(get_toolset_value '.xcode.versions | reverse | .[]')) +XCODE_LIST=($(get_toolset_value '.xcode.versions | reverse | .[].link')) DEFAULT_XCODE_VERSION=$(get_toolset_value '.xcode.default') # https://github.com/microsoft/appcenter/issues/847