mirror of
https://github.com/microsoft/plcrashreporter.git
synced 2026-01-18 04:01:18 +01:00
Update cocoapods-verification-template.yml
This commit is contained in:
@@ -5,9 +5,21 @@ stages:
|
||||
jobs:
|
||||
- job: "lint"
|
||||
displayName: "CocoaPods Lint Check"
|
||||
variables:
|
||||
XCODE_VERSION: "14.3.1"
|
||||
steps:
|
||||
- checkout: "none"
|
||||
|
||||
- task: Bash@3
|
||||
displayName: Switch Active Xcode to Version ${XCODE_VERSION}
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
set -e
|
||||
|
||||
echo "Switching to Xcode ${XCODE_VERSION}"
|
||||
sudo xcode-select --switch "/Applications/Xcode_${XCODE_VERSION}.app"
|
||||
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download Pipeline Artifacts for APIScan
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user