From 84a2454ea52170c0e00bb5e7ae7abbdc0b2e8528 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:30:17 +0000 Subject: [PATCH] Fix. --- .azure/pipelines/components-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \