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 e7e5d7a commit 102f8c3Copy full SHA for 102f8c3
.azure/pipelines/components-e2e-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
60
displayName: Build
61
- script: ./eng/build.sh --no-build --test --projects src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj \
62
- -c $(BuildConfiguration) \
+ --configuration $(BuildConfiguration) \
63
-p:TestCaseFilter="Quarantined!=true|Quarantined=false" \
64
-p:VsTestUseMSBuildOutput=false \
65
-p:VSTestLogger="trx;LogFileName=Microsoft.AspNetCore.Components.E2ETests.trx" \
0 commit comments