Skip to content

Commit

Permalink
Allow pod spec warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott committed Jul 26, 2021
1 parent 454034e commit f9f96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stages:
- checkout: self
- script: |
pod trunk me
pod trunk push $(System.DefaultWorkingDirectory)/sdk/${{parameters.ServiceDirectory}}/${{artifact.name}}/${{artifact.name}}.podspec.json --synchronous --use-modular-headers
pod trunk push $(System.DefaultWorkingDirectory)/sdk/${{parameters.ServiceDirectory}}/${{artifact.name}}/${{artifact.name}}.podspec.json --synchronous --use-modular-headers --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: $(azuresdk-cocoapods-trunk-token)
displayName: Push ${{artifact.name}} to CocoaPods Trunk
Expand Down

0 comments on commit f9f96be

Please sign in to comment.