From f57fb9f08e5d0afb679e9d0199d1c2f988544a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Tue, 18 Jul 2023 11:28:27 +0200 Subject: [PATCH] Do not publish artifacts unless all jobs end ok --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d087f46d..ec4305c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -367,6 +367,8 @@ jobs: - job: PublishDevBuilds dependsOn: - Linux + - Linux_qt6 + - Linux_qt6_7zip - MacOS - MacOS_qt6_Apple - MacOS_qt6_Intel @@ -408,6 +410,8 @@ jobs: - job: Release dependsOn: - Linux + - Linux_qt6 + - Linux_qt6_7zip - MacOS - MacOS_qt6_Apple - MacOS_qt6_Intel