Skip to content

Commit b00356f

Browse files
authored
Fix build binlog overwritten by test step (#10410)
The Build.binlog contains the test binlog for non PR builds. This already got fixed in the -pr.yml file.
1 parent fda12e9 commit b00356f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
$(_OfficialBuildIdArgs)
166166
$(_PlatformArgs)
167167
$(_InternalRuntimeDownloadArgs)
168+
/bl:$(Build.SourcesDirectory)\artifacts\log\$(_BuildConfig)\Test.binlog
168169
displayName: Run xUnit Tests
169170
condition: and(or(ne(variables['_HelixPipeline'], 'true'), and(eq(variables['_HelixPipeline'], 'true') ,eq(variables['_BuildConfig'], 'Release'), eq(variables['_PublicBuildPipeline'], 'true'), eq(variables['_ContinuousIntegrationTestsEnabled'], 'true'))), ne(variables['_Platform'], 'arm64'))
170171
- task: PublishTestResults@2

0 commit comments

Comments
 (0)