File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 50
50
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
51
51
displayName: 'Switch to use Xcode 15.4'
52
52
- task : CmdLine@2
53
- displayName : Installing xcpretty
53
+ displayName : Uninstalling xcpretty v0.4.0
54
+ inputs :
55
+ script : |
56
+ gem uninstall xcpretty -I --version 0.4.0
57
+ failOnStderr : false
58
+ - task : CmdLine@2
59
+ displayName : Installing xcpretty v0.3.0
54
60
inputs :
55
61
script : |
56
62
gem install xcpretty -N -v 0.3.0
Original file line number Diff line number Diff line change @@ -26,8 +26,11 @@ steps:
26
26
script : |
27
27
cd $(Agent.BuildDirectory)/s
28
28
29
+ - script : ' gem uninstall xcpretty -I --version 0.4.0'
30
+ displayName : ' Uninstall xcpretty v0.4.0'
31
+
29
32
- script : ' gem install xcpretty -v 0.3.0'
30
- displayName : ' Install xcpretty'
33
+ displayName : ' Install xcpretty v0.3.0 '
31
34
32
35
- task : AzureCLI@2
33
36
displayName : ' Read configuration from KeyVault'
You can’t perform that action at this time.
0 commit comments