Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions eng/pipelines/coreclr/templates/perf-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,15 @@ jobs:
artifactFileName: 'iOSSampleAppSymbols.zip'
artifactName: 'iOSSampleAppSymbols'
displayName: 'iOS Sample App Symbols'
# same artifact as above but don't extract .zip
- task: DownloadBuildArtifacts@0
displayName: 'Download iOS Sample App Symbols'
inputs:
buildType: current
downloadType: single
downloadPath: '$(Build.SourcesDirectory)/iosHelloWorldZip/symbols'
artifactName: 'iOSSampleAppSymbols'
checkDownloadedFiles: true
# same artifact as above but don't extract .zip
- task: DownloadBuildArtifacts@0
displayName: 'Download iOS Sample App Symbols'
inputs:
buildType: current
downloadType: single
downloadPath: '$(Build.SourcesDirectory)/iosHelloWorldZip/symbolszip'
artifactName: 'iOSSampleAppSymbols'
checkDownloadedFiles: true
- ${{ if eq(parameters.iOSStripSymbols, 'True') }}:
- template: /eng/pipelines/common/download-artifact-step.yml
parameters:
Expand All @@ -332,7 +332,7 @@ jobs:
inputs:
buildType: current
downloadType: single
downloadPath: '$(Build.SourcesDirectory)/iosHelloWorldZip/nosymbols'
downloadPath: '$(Build.SourcesDirectory)/iosHelloWorldZip/nosymbolszip'
artifactName: 'iOSSampleAppNoSymbols'
checkDownloadedFiles: true

Expand Down