File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 xcrun xcode-select --print-path
8787 xcodebuild -version
8888 sudo xcodebuild -license accept
89- sudo xcodebuild -downloadPlatform iOS
89+ sudo xcodebuild -downloadPlatform iOS -buildVersion 26.0 -architectureVariant universal
9090 sudo xcodebuild -runFirstLaunch
9191 displayName: Select Xcode Version
9292 condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ variables:
88- name : DOTNET_VERSION
99 value : 10.0.100-preview.2.25164.34
1010- name : REQUIRED_XCODE
11- value : 26.0.0
11+ value : 26.0.1
1212- name : DEVICETESTS_REQUIRED_XCODE
13- value : 26.0.0
13+ value : 26.0.1
1414- name : POWERSHELL_VERSION
1515 value : 7.4.0
1616# Localization variables
You can’t perform that action at this time.
0 commit comments