Skip to content

Commit 102f8c3

Browse files
committed
Full switch name.
1 parent e7e5d7a commit 102f8c3

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
@@ -59,7 +59,7 @@ jobs:
5959
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
6060
displayName: Build
6161
- script: ./eng/build.sh --no-build --test --projects src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj \
62-
-c $(BuildConfiguration) \
62+
--configuration $(BuildConfiguration) \
6363
-p:TestCaseFilter="Quarantined!=true|Quarantined=false" \
6464
-p:VsTestUseMSBuildOutput=false \
6565
-p:VSTestLogger="trx;LogFileName=Microsoft.AspNetCore.Components.E2ETests.trx" \

0 commit comments

Comments
 (0)