Skip to content

Commit 9a901c0

Browse files
committed
Change order.
1 parent 102f8c3 commit 9a901c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +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 \
62-
--configuration $(BuildConfiguration) \
61+
- script: ./eng/build.sh --no-build --test --configuration $(BuildConfiguration) --projects src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj \
6362
-p:TestCaseFilter="Quarantined!=true|Quarantined=false" \
6463
-p:VsTestUseMSBuildOutput=false \
6564
-p:VSTestLogger="trx;LogFileName=Microsoft.AspNetCore.Components.E2ETests.trx" \

0 commit comments

Comments
 (0)