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 43ba0de commit b37475fCopy full SHA for b37475f
eng/azure-pipelines.yml
@@ -40,8 +40,9 @@ stages:
40
helixRepo: mono/linker
41
enablePublishUsingPipelines: true
42
enablePublishBuildArtifacts: true # publish build logs to pipeline storage
43
- enablePublishTestResults: true
44
- testResultsFormat: vstest
+ ${{ if eq(variables.officialBuild, 'false') }}:
+ enablePublishTestResults: true
45
+ testResultsFormat: vstest
46
enablePublishBuildAssets: true # generate build manifests and publish to BAR in internal builds
47
enableMicrobuild: true # only affects internal builds
48
0 commit comments