From cab1d5c1a320239af5be88571d7989ba230b90be Mon Sep 17 00:00:00 2001 From: Michael Dusan Date: Sun, 11 Apr 2021 05:14:10 -0400 Subject: [PATCH] azure: OnMasterSuccess dependsOn BuildMacOS_arm64 --- ci/azure/pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index f89b5bba97..1e281bb8e7 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -66,6 +66,7 @@ jobs: - job: OnMasterSuccess dependsOn: - BuildMacOS + - BuildMacOS_arm64 - BuildLinux - BuildWindows condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))