Skip to content

Commit a70da8b

Browse files
authored
Merge pull request #1202 from AzureAD/ameyapat/allow-warnings-for-pod-lint
Adding allow warnings flag to ignore any warnings during pod validation
2 parents 07a0080 + 75b7fd8 commit a70da8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_pipelines/spm-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
targetType: 'inline'
305305
script: |
306306
# Release to CocoaPods
307-
pod trunk push --use-libraries MSAL.podspec
307+
pod trunk push --use-libraries --allow-warnings MSAL.podspec
308308
#pod trunk me
309309
workingDirectory: '$(Build.SourcesDirectory)'
310310
env:

0 commit comments

Comments
 (0)