Skip to content

Commit

Permalink
Merge pull request #1202 from AzureAD/ameyapat/allow-warnings-for-pod…
Browse files Browse the repository at this point in the history
…-lint

Adding allow warnings flag to ignore any warnings during pod validation
  • Loading branch information
ameyapat authored Jan 22, 2021
2 parents 07a0080 + 75b7fd8 commit a70da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_pipelines/spm-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
targetType: 'inline'
script: |
# Release to CocoaPods
pod trunk push --use-libraries MSAL.podspec
pod trunk push --use-libraries --allow-warnings MSAL.podspec
#pod trunk me
workingDirectory: '$(Build.SourcesDirectory)'
env:
Expand Down

0 comments on commit a70da8b

Please sign in to comment.