From a0f7f1acf0439b20fa994fedbf549d1226c0f338 Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Tue, 8 Oct 2024 16:53:29 +0200 Subject: [PATCH] added parallel build stage --- .devops/deploy-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devops/deploy-pipelines.yml b/.devops/deploy-pipelines.yml index 73762db..78fda03 100644 --- a/.devops/deploy-pipelines.yml +++ b/.devops/deploy-pipelines.yml @@ -27,6 +27,7 @@ pool: stages: - stage: build_dev_artifact + dependsOn: [] displayName: 'Build DEV artifact' jobs: - job: job_build @@ -76,6 +77,7 @@ stages: az cdn endpoint purge -g $(DEV_STORAGE_ACCOUNT_RG) -n $(DEV_CDN_ENDPOINT) --profile-name $(DEV_CDN_PROFILE) --content-paths "/*" - stage: build_uat_artifact + dependsOn: [] displayName: 'Build UAT artifact' condition: or(