Skip to content

Commit 426dc1f

Browse files
authored
Fix: exit code is ignored. (#62314)
1 parent 06ea51f commit 426dc1f

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)