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