File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,17 @@ jobs:
49
49
- script : |
50
50
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
51
51
displayName: 'Switch to use Xcode 15.4'
52
+ - task : CmdLine@2
53
+ displayName : Installing xcpretty
54
+ inputs :
55
+ script : |
56
+ gem install xcpretty -N -v 0.3.0
57
+ failOnStderr : true
52
58
- task : CmdLine@2
53
59
displayName : Installing dependencies
54
60
inputs :
55
61
script : |
56
- gem install xcpretty slather bundler -N
62
+ gem install slather bundler -N
57
63
failOnStderr : true
58
64
- checkout : self
59
65
clean : true
Original file line number Diff line number Diff line change 26
26
script : |
27
27
cd $(Agent.BuildDirectory)/s
28
28
29
- - script : ' gem install xcpretty'
29
+ - script : ' gem install xcpretty -v 0.3.0 '
30
30
displayName : ' Install xcpretty'
31
31
32
32
- task : AzureCLI@2
You can’t perform that action at this time.
0 commit comments