Skip to content

Commit fcabeaa

Browse files
authored
[release/7.0] Add binlog upload to workload generation (#75553)
1 parent a2cf637 commit fcabeaa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eng/pipelines/mono/templates/workloads-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ jobs:
9090
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
9191
parameters:
9292
name: workloads
93+
94+
# Publish Logs
95+
- task: PublishPipelineArtifact@1
96+
displayName: Publish Logs
97+
inputs:
98+
targetPath: $(Build.SourcesDirectory)/artifacts/log
99+
artifactName: 'WorkloadLogs'
100+
continueOnError: true
101+
condition: always()
93102

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

0 commit comments

Comments
 (0)