We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704b60c commit c361308Copy full SHA for c361308
.ado/jobs/build-test-rntester.yml
@@ -98,6 +98,18 @@ jobs:
98
steps:
99
- template: /.ado/templates/apple-tools-setup.yml@self
100
101
+ - ${{ if in(slice.sdk, 'xros', 'xrsimulator') }}:
102
+ - task: CmdLine@2
103
+ displayName: Download visionOS SDDK
104
+ inputs:
105
+ script: |
106
+ set -eox
107
+ # https://github.com/actions/runner-images/issues/10559
108
+ sudo xcodebuild -runFirstLaunch
109
+ sudo xcrun simctl list
110
+ sudo xcodebuild -downloadPlatform visionOS
111
112
+
113
- task: CmdLine@2
114
displayName: yarn install
115
inputs:
0 commit comments