From ab59ae384e5d0760c3293139c4ba36d6fbb81c09 Mon Sep 17 00:00:00 2001 From: Andrew Lock Date: Thu, 13 Feb 2025 16:16:18 +0000 Subject: [PATCH] Make sure we upload hotfix artifacts to Azure --- .azure-pipelines/ultimate-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/ultimate-pipeline.yml b/.azure-pipelines/ultimate-pipeline.yml index 2fc7e55b8734..d8fede4b9d5e 100644 --- a/.azure-pipelines/ultimate-pipeline.yml +++ b/.azure-pipelines/ultimate-pipeline.yml @@ -4573,7 +4573,7 @@ stages: ne(variables['push_artifacts_to_azure_storage'], 'false'), or( eq(variables['push_artifacts_to_azure_storage'], 'true'), - eq(variables.isMainBranch, true) + eq(variables.isMainOrReleaseBranch, true) ) ) env: