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 a2cf637 commit fcabeaaCopy full SHA for fcabeaa
eng/pipelines/mono/templates/workloads-build.yml
@@ -90,6 +90,15 @@ jobs:
90
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
91
parameters:
92
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()
102
103
# Delete wixpdb files before they are uploaded to artifacts
104
- task: DeleteFiles@1
0 commit comments