File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 5858 displayName : Build JS
5959 - script : .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
6060 displayName : Build
61- - script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined!=true|Quarantined=false' /bl:$(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined/e2e.binlog
62- -p:VsTestUseMSBuildOutput=false
63- --logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"
64- --logger:"html%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.html"
65- --results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined
61+ - script : ./eng/scripts/run-unquarantined-e2e-tests.sh $(BuildConfiguration) $(Build.SourcesDirectory)
6662 displayName : Run E2E tests
6763 - script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined=true' -p:RunQuarantinedTests=true
6864 -p:VsTestUseMSBuildOutput=false
You can’t perform that action at this time.
0 commit comments