Skip to content

Commit e7e5d7a

Browse files
committed
Syntax.
1 parent 96ff268 commit e7e5d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
displayName: Build JS
5959
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
6060
displayName: Build
61-
- script: ./eng/build.sh -no-build -test -projects src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj \
61+
- script: ./eng/build.sh --no-build --test --projects src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj \
6262
-c $(BuildConfiguration) \
6363
-p:TestCaseFilter="Quarantined!=true|Quarantined=false" \
6464
-p:VsTestUseMSBuildOutput=false \

0 commit comments

Comments
 (0)