Skip to content

Commit da3f8c4

Browse files
authored
Merge pull request #2399 from AzureAD/origin/jarias/use-older-xcpretty
Use older version of xcpretty [MSAL]
2 parents 3a51d87 + 01f033e commit da3f8c4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

azure_pipelines/pr-validation.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,17 @@ jobs:
4949
- script: |
5050
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
5151
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
5258
- task: CmdLine@2
5359
displayName: Installing dependencies
5460
inputs:
5561
script: |
56-
gem install xcpretty slather bundler -N
62+
gem install slather bundler -N
5763
failOnStderr: true
5864
- checkout: self
5965
clean: true

azure_pipelines/templates/tests-with-conf-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
script: |
2727
cd $(Agent.BuildDirectory)/s
2828
29-
- script: 'gem install xcpretty'
29+
- script: 'gem install xcpretty -v 0.3.0'
3030
displayName: 'Install xcpretty'
3131

3232
- task: AzureCLI@2

0 commit comments

Comments
 (0)