Skip to content

Commit b9089ec

Browse files
committed
log
1 parent c066e95 commit b9089ec

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

eng/pipelines/pr.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,13 @@ stages:
268268
inputs:
269269
targetType: "inline"
270270
script: |
271-
./eng/dotnet-build/build.sh --source-build
271+
./eng/dotnet-build/build.sh --source-build --binarylog
272+
- task: PublishPipelineArtifact@1
273+
displayName: Publish MSBuild Binary Logs
274+
condition: failed()
275+
inputs:
276+
targetPath: artifacts/log/Release
277+
artifact: binlog - Source Build - Attempt $(System.JobAttempt)
272278
- ${{ if eq(parameters.RunStaticAnalysis, true) }}:
273279
- job:
274280
displayName: Run Static Analysis

0 commit comments

Comments
 (0)