We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ea51f commit 426dc1fCopy full SHA for 426dc1f
.azure/pipelines/components-e2e-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
- script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
60
displayName: Build
61
- script: |
62
- set -o pipefail
+ set -eo pipefail
63
64
.dotnet/dotnet test ./src/Components/test/E2ETest \
65
-c $(BuildConfiguration) \
0 commit comments