Skip to content

Commit

Permalink
[release/7.0] Add binlog upload to workload generation (#75553)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs committed Sep 13, 2022
1 parent a2cf637 commit fcabeaa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eng/pipelines/mono/templates/workloads-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ jobs:
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
parameters:
name: workloads

# Publish Logs
- task: PublishPipelineArtifact@1
displayName: Publish Logs
inputs:
targetPath: $(Build.SourcesDirectory)/artifacts/log
artifactName: 'WorkloadLogs'
continueOnError: true
condition: always()

# Delete wixpdb files before they are uploaded to artifacts
- task: DeleteFiles@1
Expand Down

0 comments on commit fcabeaa

Please sign in to comment.