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'