commit cab1d5c1a320239af5be88571d7989ba230b90be (tree)
parent c676c21824bd8866a2aea56aa11aeade00595ab0
Author: Michael Dusan <michael.dusan@gmail.com>
Date: Sun, 11 Apr 2021 05:14:10 -0400
azure: OnMasterSuccess dependsOn BuildMacOS_arm64
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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'))