From 0ee29aa561c4271dcb32d7c1ac85ee2385c16b4d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 27 Apr 2022 08:55:55 -0500 Subject: [PATCH] AZP, remove Extra dependency on Core stage. --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1678c00fb..4b2683f11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,7 @@ variables: stages: - stage: Core + dependsOn: [] jobs: - job: 'Linux_Default_Build' @@ -118,6 +119,7 @@ stages: - template: .ci/azp-linux-asan-test.yml - stage: Extra + dependsOn: [] jobs: - job: 'macOS'