File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ steps:
17
17
18
18
- template : apple-xcode-select.yml
19
19
20
- - template : apple-droid-node-patching.yml
21
- parameters :
22
- apply_office_patches : $(apply_office_patches)
23
-
24
20
- script : ' yarn install'
25
21
displayName : ' yarn install'
26
22
42
38
displayName : ' yarn lint'
43
39
44
40
- script : ' yarn format-check'
45
- displayName : ' yarn format-check'
41
+ displayName : ' yarn format-check'
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ steps:
31
31
# Task Group: Xcode select proper version
32
32
- template : apple-xcode-select.yml
33
33
34
- - template : apple-droid-node-patching.yml
35
- parameters :
36
- apply_office_patches : $(apply_office_patches)
37
-
38
34
- task : CmdLine@2
39
35
displayName : yarn install
40
36
inputs :
You can’t perform that action at this time.
0 commit comments