File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 steps :
9999 - template : /.ado/templates/apple-tools-setup.yml@self
100100
101- - ${{ if in(slice.sdk, 'xros', 'xrsimulator') }} :
102- - script : |
103- set -eox pipefail
104- # https://github.com/actions/runner-images/issues/10559
105- sudo xcodebuild -runFirstLaunch
106- sudo xcrun simctl list
107- sudo xcodebuild -downloadPlatform visionOS
108- sudo xcodebuild -runFirstLaunch
109- displayName: Download visionOS SDK
110-
111101 - script : |
112102 yarn install
113103 displayName: Install npm dependencies
Original file line number Diff line number Diff line change 11steps :
22 - task : NodeTool@0
33 inputs :
4- versionSpec : ' 18 .x'
4+ versionSpec : ' 23 .x'
55
6- - task : CmdLine@2
7- displayName : ' brew bundle'
8- inputs :
9- script : |
10- brew bundle --file .ado/Brewfile
6+ - script : |
7+ brew bundle --file .ado/Brewfile
8+ displayName: 'Install Homebrew dependencies'
119
1210 - script : |
1311 sudo xcode-select --switch $(xcode_version)
1412 displayName: Use $(xcode_friendly_name)
13+
14+ - script : |
15+ xcodebuild -downloadAllPlatforms
16+ sudo xcodebuild -runFirstLaunch
17+ displayName: 'Download Xcode Platforms'
You can’t perform that action at this time.
0 commit comments