mirror of
https://github.com/microsoft/plcrashreporter.git
synced 2026-01-18 04:01:18 +01:00
Add cocoapods-verification-template
This commit is contained in:
@@ -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
|
||||
|
||||
15
.azure-pipelines/cocoapods-verification-template.yml
Normal file
15
.azure-pipelines/cocoapods-verification-template.yml
Normal 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
|
||||
Reference in New Issue
Block a user