We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c066e95 commit b9089ecCopy full SHA for b9089ec
1 file changed
eng/pipelines/pr.yml
@@ -268,7 +268,13 @@ stages:
268
inputs:
269
targetType: "inline"
270
script: |
271
- ./eng/dotnet-build/build.sh --source-build
+ ./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)
278
- ${{ if eq(parameters.RunStaticAnalysis, true) }}:
279
- job:
280
displayName: Run Static Analysis
0 commit comments