Add cocoapods-verification-template

This commit is contained in:
Ilya Bausov
2025-02-13 11:29:50 +01:00
parent 733750f689
commit fbabbca6e8
2 changed files with 16 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ extends:
- template: /.azure-pipelines/analyze-and-test-template.yml@self
parameters:
platforms: [iOS, macOS, tvOS, MacCatalyst]
- template: ./.azure-pipelines/cocoapods-verification-template.yml
- stage: APIScan
dependsOn: build, analyze, cocoapods-verification

View File

@@ -0,0 +1,15 @@
stages:
- stage: "cocoapods-verification"
displayName: "CocoaPods Verification"
jobs:
- job: "lint"
displayName: "CocoaPods Lint Check"
steps:
- checkout: "self"
- task: "Bash@3"
displayName: "CocoaPods Lint Check"
inputs:
targetType: "inline"
script: |
pod lib lint