From 595465ec4fc23ca2939e1196f239aeff0e1aad11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Tue, 23 Jul 2019 17:04:38 +0200 Subject: [PATCH] fix azure tasks --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94906d33..c784a611 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,7 +105,8 @@ jobs: - Linux - macOS - Windows - - IntegrationTests + - Linux_IntegrationTests + - macOS_IntegrationTests condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/release/*'))) pool: vmImage: 'ubuntu-16.04'