From 82fd1cf2602351489b1bc2fe0fcc124d8f7fa8c3 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 3 Jul 2019 22:04:25 +0200 Subject: [PATCH] fix mooncake condition --- build/azure-pipelines/product-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 22cb82c06ef..359cc1e7faa 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -117,7 +117,7 @@ jobs: - job: Mooncake pool: vmImage: 'Ubuntu-16.04' - condition: true + condition: succeededOrFailed() dependsOn: - Windows - Windows32 -- GitLab