From 0146f1d8bbc4e71477248ed9b4feb37d8435d4af Mon Sep 17 00:00:00 2001 From: Grace Wehner Date: Thu, 19 Oct 2023 10:44:09 -0700 Subject: [PATCH] change deploy to dev clusters dependencies --- .pipelines/azure-pipeline-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pipelines/azure-pipeline-build.yml b/.pipelines/azure-pipeline-build.yml index 3f0bc315c..7f7fc7934 100644 --- a/.pipelines/azure-pipeline-build.yml +++ b/.pipelines/azure-pipeline-build.yml @@ -784,7 +784,9 @@ jobs: condition: and(eq(variables.IS_PR, false), eq(variables.IS_MAIN_BRANCH, true)) dependsOn: - Common - - Chart + - Linux + - WindowsMultiArch + - ARC_Chart variables: HELM_CHART_NAME: $[ dependencies.common.outputs['setup.HELM_CHART_NAME'] ] HELM_SEMVER: $[ dependencies.common.outputs['setup.SEMVER'] ]