File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ jobs:
52
52
- script : .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
53
53
displayName : Build
54
54
- script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined!=true|Quarantined=false'
55
+ -p:VsTestUseMSBuildOutput=false
55
56
--logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"
56
57
--logger:"html%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.html"
57
58
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined
58
59
displayName : Run E2E tests
59
60
- script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined=true' -p:RunQuarantinedTests=true
61
+ -p:VsTestUseMSBuildOutput=false
60
62
--logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"
61
63
--logger:"html%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.html"
62
64
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Quarantined
You can’t perform that action at this time.
0 commit comments