Skip to content

Commit c5f6624

Browse files
Fix components-e2e logging issues (#54556)
1 parent 6b7a6a9 commit c5f6624

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ jobs:
5252
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
5353
displayName: Build
5454
- script: .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined!=true|Quarantined=false'
55+
-p:VsTestUseMSBuildOutput=false
5556
--logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"
5657
--logger:"html%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.html"
5758
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined
5859
displayName: Run E2E tests
5960
- script: .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined=true' -p:RunQuarantinedTests=true
61+
-p:VsTestUseMSBuildOutput=false
6062
--logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"
6163
--logger:"html%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.html"
6264
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Quarantined

0 commit comments

Comments
 (0)