Skip to content

Commit 19e4cb6

Browse files
committed
[ado] Re-enable Android patch testing
1 parent 43d00a6 commit 19e4cb6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.ado/templates/apple-job-javascript.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ steps:
1717

1818
- template: apple-xcode-select.yml
1919

20+
- template: apple-droid-node-patching.yml
21+
parameters:
22+
apply_office_patches: $(apply_office_patches)
23+
2024
- script: 'yarn install'
2125
displayName: 'yarn install'
2226

.ado/templates/apple-job-react-native.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ steps:
3131
# Task Group: Xcode select proper version
3232
- template: apple-xcode-select.yml
3333

34+
- template: apple-droid-node-patching.yml
35+
parameters:
36+
apply_office_patches: $(apply_office_patches)
37+
3438
- task: CmdLine@2
3539
displayName: yarn install
3640
inputs:

0 commit comments

Comments
 (0)