Skip to content

Commit

Permalink
Don't publish test results in official build (#1848)
Browse files Browse the repository at this point in the history
We don't run tests there so we get a warning about missing test result files in the official build.
  • Loading branch information
akoeplinger committed Feb 24, 2021
1 parent 43ba0de commit b37475f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ stages:
helixRepo: mono/linker
enablePublishUsingPipelines: true
enablePublishBuildArtifacts: true # publish build logs to pipeline storage
enablePublishTestResults: true
testResultsFormat: vstest
${{ if eq(variables.officialBuild, 'false') }}:
enablePublishTestResults: true
testResultsFormat: vstest
enablePublishBuildAssets: true # generate build manifests and publish to BAR in internal builds
enableMicrobuild: true # only affects internal builds

Expand Down

0 comments on commit b37475f

Please sign in to comment.