From 00c15672f93fd20bceeec1f161e836d4ec3539f7 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Tue, 13 Sep 2022 10:49:40 -0700 Subject: [PATCH] [release/7.0] Add binlog upload to workload generation --- eng/pipelines/mono/templates/workloads-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/eng/pipelines/mono/templates/workloads-build.yml b/eng/pipelines/mono/templates/workloads-build.yml index 2dc0cc8a3ae7f4..55b43c406d22bb 100644 --- a/eng/pipelines/mono/templates/workloads-build.yml +++ b/eng/pipelines/mono/templates/workloads-build.yml @@ -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