diff --git a/.azure/pipelines/components-e2e-tests.yml b/.azure/pipelines/components-e2e-tests.yml index 38597db239a3..f4929a5387c4 100644 --- a/.azure/pipelines/components-e2e-tests.yml +++ b/.azure/pipelines/components-e2e-tests.yml @@ -59,7 +59,7 @@ jobs: - script: .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore displayName: Build - script: | - set -o pipefail + set -eo pipefail .dotnet/dotnet test ./src/Components/test/E2ETest \ -c $(BuildConfiguration) \