We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080e393 commit b5c8d9fCopy full SHA for b5c8d9f
eng/publishing/v3/publish.yml
@@ -47,6 +47,20 @@ stages:
47
**/MergedManifest.xml
48
downloadPath: '$(Build.ArtifactStagingDirectory)/BlobArtifacts'
49
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
+
64
- task: DownloadPipelineArtifact@2
65
displayName: Download V4 Merged Manifest
66
continueOnError: true
0 commit comments