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 0103132 commit e5a8c45Copy full SHA for e5a8c45
eng/pipelines/templates/jobs/vmr-build.yml
@@ -194,6 +194,7 @@ jobs:
194
path: $(artifactsStagingDir)
195
artifact: $(Agent.JobName)_Artifacts
196
displayName: Publish Artifacts
197
+ condition: succeededOrFailed()
198
sbomEnabled: true
199
200
# Using build artifacts to enable publishing the vertical manifests to a single artifact from different jobs
@@ -567,6 +568,7 @@ jobs:
567
568
- publish: $(artifactsStagingDir)
569
570
571
572
continueOnError: true
573
574
0 commit comments