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:
@@ -10,29 +10,29 @@ stages:
|
||||
steps:
|
||||
- checkout: "none"
|
||||
|
||||
- task: Bash@3
|
||||
displayName: Switch Xcode to ${XCODE_PATH}
|
||||
- task: "Bash@3"
|
||||
displayName: "Switch Xcode to ${XCODE_PATH}"
|
||||
inputs:
|
||||
targetType: inline
|
||||
targetType: "inline"
|
||||
script: |
|
||||
sudo xcode-select --switch ${XCODE_PATH}
|
||||
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download 'Info' Pipeline Artifact
|
||||
- task: "DownloadPipelineArtifact@2"
|
||||
displayName: "Download 'Info' Pipeline Artifact"
|
||||
inputs:
|
||||
artifactName: Info
|
||||
targetPath: '$(Agent.BuildDirectory)/Info'
|
||||
artifactName: "Info"
|
||||
targetPath: "$(Agent.BuildDirectory)/Info"
|
||||
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download 'Release' Pipeline Artifact
|
||||
- task: "DownloadPipelineArtifact@2"
|
||||
displayName: "Download 'Release' Pipeline Artifact"
|
||||
inputs:
|
||||
artifactName: Release
|
||||
targetPath: '$(Agent.BuildDirectory)/Release'
|
||||
artifactName: "Release"
|
||||
targetPath: "$(Agent.BuildDirectory)/Release"
|
||||
|
||||
- task: "Bash@3"
|
||||
displayName: "Rename XCFramework Zip"
|
||||
inputs:
|
||||
targetType: inline
|
||||
targetType: "inline"
|
||||
script: |
|
||||
ZIP_NAME=$(find $(Agent.BuildDirectory)/Release -type f -name "PLCrashReporter-Static-*.xcframework.zip")
|
||||
mv $ZIP_NAME $(Agent.BuildDirectory)/Release/PLCrashReporter-Static.xcframework.zip
|
||||
@@ -50,4 +50,4 @@ stages:
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
pod spec lint $(Agent.BuildDirectory)/Info/PLCrashReporter.podspec --verbose
|
||||
pod spec lint $(Agent.BuildDirectory)/Info/PLCrashReporter.podspec --verbose
|
||||
|
||||
Reference in New Issue
Block a user