From e5f5bb5471cc763d6d230c5eac3c4b933281f562 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 19 Dec 2020 14:42:17 +0100 Subject: [PATCH] Breaking unit tests for WindowsXP should be fatal --- .azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 9416801d..ce1ee2d1 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -65,7 +65,6 @@ jobs: cd build || exit -1 cmake --build . --config Release --target check || exit -1 displayName: 'Execute Unittests' - continueOnError: 'true' - script: | @ECHO ON cd build