Skip to content

Commit e5a8c45

Browse files
authored
upload artifacts to inspect the dotnet sdk
1 parent 0103132 commit e5a8c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/pipelines/templates/jobs/vmr-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ jobs:
194194
path: $(artifactsStagingDir)
195195
artifact: $(Agent.JobName)_Artifacts
196196
displayName: Publish Artifacts
197+
condition: succeededOrFailed()
197198
sbomEnabled: true
198199

199200
# Using build artifacts to enable publishing the vertical manifests to a single artifact from different jobs
@@ -567,6 +568,7 @@ jobs:
567568
- publish: $(artifactsStagingDir)
568569
artifact: $(Agent.JobName)_Artifacts
569570
displayName: Publish Artifacts
571+
condition: succeededOrFailed()
570572
continueOnError: true
571573

572574
# Using build artifacts to enable publishing the vertical manifests to a single artifact from different jobs

0 commit comments

Comments
 (0)