Skip to content

Commit 84a2454

Browse files
committed
Fix.
1 parent 450d6ef commit 84a2454

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: |
62-
set -o pipefail
62+
set -eo pipefail
6363
6464
.dotnet/dotnet test ./src/Components/test/E2ETest \
6565
-c $(BuildConfiguration) \

0 commit comments

Comments
 (0)