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 f3413a3 commit 803732dCopy full SHA for 803732d
eng/pipelines/templates/steps/build-artifacts.yml
@@ -114,6 +114,7 @@ steps:
114
115
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
116
displayName: 'Generate BOM'
117
+ condition: succeededOrFailed()
118
inputs:
119
BuildDropPath: $(Build.ArtifactStagingDirectory)
120
eng/pipelines/templates/steps/build-conda-artifacts.yml
@@ -86,6 +86,7 @@ steps:
86
87
88
displayName: 'Upload Conda Package SBOM'
89
90
91
BuildDropPath: '$(Agent.BuildDirectory)/conda/manifest'
92
0 commit comments