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 43d00a6 commit 19e4cb6Copy full SHA for 19e4cb6
.ado/templates/apple-job-javascript.yml
@@ -17,6 +17,10 @@ steps:
17
18
- template: apple-xcode-select.yml
19
20
+ - template: apple-droid-node-patching.yml
21
+ parameters:
22
+ apply_office_patches: $(apply_office_patches)
23
+
24
- script: 'yarn install'
25
displayName: 'yarn install'
26
.ado/templates/apple-job-react-native.yml
@@ -31,6 +31,10 @@ steps:
31
# Task Group: Xcode select proper version
32
33
34
35
36
37
38
- task: CmdLine@2
39
displayName: yarn install
40
inputs:
0 commit comments