Skip to content

Commit b5c8d9f

Browse files
authored
Download v3 pdb artifacts (#15856)
1 parent 080e393 commit b5c8d9f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

eng/publishing/v3/publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ stages:
4747
**/MergedManifest.xml
4848
downloadPath: '$(Build.ArtifactStagingDirectory)/BlobArtifacts'
4949

50+
- task: DownloadPipelineArtifact@2
51+
displayName: Download V3 PDB Artifacts
52+
continueOnError: true
53+
enabled: true
54+
inputs:
55+
buildType: specific
56+
buildVersionToDownload: specific
57+
project: $(AzDOProject)
58+
pipeline: $(AzDOPipelineId)
59+
buildId: $(AzDOBuildId)
60+
downloadType: 'specific'
61+
artifact: PdbArtifacts
62+
downloadPath: '$(Build.ArtifactStagingDirectory)/PdbArtifacts'
63+
5064
- task: DownloadPipelineArtifact@2
5165
displayName: Download V4 Merged Manifest
5266
continueOnError: true

0 commit comments

Comments
 (0)