summaryrefslogtreecommitdiff
path: root/eng/build-job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'eng/build-job.yml')
-rw-r--r--eng/build-job.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index 8e10ce8a9b..7e9f631c01 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -187,6 +187,14 @@ jobs:
artifactName: ${{ format('build_{0}_{1}_{2}_nuget', parameters.osIdentifier, parameters.archType, parameters.buildConfig) }}
targetPath: $(Build.SourcesDirectory)/bin/Product/$(osGroup).$(archType).$(buildConfigUpper)/.nuget/pkg
+ # Publish Logs
+ - task: PublishPipelineArtifact@0
+ displayName: Publish Logs
+ inputs:
+ artifactName: ${{ format('build_{0}_{1}_{2}_Logs', parameters.osIdentifier, parameters.archType, parameters.buildConfig) }}
+ targetPath: $(Build.SourcesDirectory)/bin/Logs
+ continueOnError: true
+ condition: always()
# Kill tasks that hold onto files on Windows. Otherwise git clean
# may fail for later jobs on the same agent.