File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ if ! command -v xcbeautify 1> /dev/null; then
7070 brew install xcbeautify
7171fi
7272
73+ xcodebuild -downloadAllPlatforms
74+
7375eval " $build_cmd " | xcbeautify --report junit
7476
7577if [[ " $CCACHE_DISABLE " != " 1" ]]; then
Original file line number Diff line number Diff line change 11steps :
22 - task : UseNode@1
33 inputs :
4- version : ' 23.x'
4+ versionSpec : ' 23.x'
55
66 - script : |
77 brew bundle --file .ado/Brewfile
Original file line number Diff line number Diff line change 11variables :
22 VmImageApple : macos-latest-internal
3- xcode_friendly_name : ' Xcode 15 .2'
4- xcode_version : ' /Applications/Xcode_15 .2.app'
5- ios_version : ' 17.2 '
6- ios_simulator : ' iPhone 15 '
3+ xcode_friendly_name : ' Xcode 16 .2'
4+ xcode_version : ' /Applications/Xcode_16 .2.app'
5+ ios_version : ' 18.0 '
6+ ios_simulator : ' iPhone 16 '
You can’t perform that action at this time.
0 commit comments