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 96ff268 commit e7e5d7aCopy full SHA for e7e5d7a
.azure/pipelines/components-e2e-tests.yml
@@ -58,7 +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 \
+ - script: ./eng/build.sh --no-build --test --projects src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj \
62
-c $(BuildConfiguration) \
63
-p:TestCaseFilter="Quarantined!=true|Quarantined=false" \
64
-p:VsTestUseMSBuildOutput=false \
0 commit comments