From 076deb3981a6a6dd652fee8a125d1a23a5d0385b Mon Sep 17 00:00:00 2001 From: Ivan Duplenskikh <115665590+ivanduplenskikh@users.noreply.github.com> Date: Thu, 8 May 2025 15:50:57 +0200 Subject: [PATCH 1/2] Update the check tasks versions step's condition in CI Update the check tasks versions step's condition to specify which branches shouldn't be cheked --- ci/build-all-steps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/build-all-steps.yml b/ci/build-all-steps.yml index 6dd421579624..bd398940341c 100644 --- a/ci/build-all-steps.yml +++ b/ci/build-all-steps.yml @@ -108,7 +108,6 @@ steps: - script: node ./ci/check-downgrading.js --task "$(task_pattern_fordowngradingcheck)" --sprint $(currentSprint) --week $(currentSprintWeek) displayName: Check for downgrading tasks - # remove SourceBranch condition after merging users/merlynop/node20merge-2 ; see https://github.com/microsoft/azure-pipelines-tasks/pull/20819 condition: | and( succeeded(), @@ -116,7 +115,7 @@ steps: ne(variables['COURTESY_PUSH'], 'true'), eq(variables['build.reason'], 'PullRequest'), eq(variables['System.PullRequest.TargetBranch'], 'master'), - ne(variables['System.PullRequest.SourceBranch'], 'users/merlynop/node20merge-2') + not(contains(variables['BRANCH_EXCLUDED_FROM_VERSION_CHECK'], variables['System.PullRequest.SourceBranch'])) ) # Clean From 705f1b7de49bd923c5dd69e6e9693d925d0e9c2f Mon Sep 17 00:00:00 2001 From: Ivan Duplenskikh <115665590+ivanduplenskikh@users.noreply.github.com> Date: Mon, 12 May 2025 12:15:41 +0200 Subject: [PATCH 2/2] Update random task version --- Tasks/AzureAppServiceManageV0/task.json | 2 +- Tasks/AzureAppServiceManageV0/task.loc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/AzureAppServiceManageV0/task.json b/Tasks/AzureAppServiceManageV0/task.json index 3934c8573490..da2950404498 100644 --- a/Tasks/AzureAppServiceManageV0/task.json +++ b/Tasks/AzureAppServiceManageV0/task.json @@ -19,7 +19,7 @@ "version": { "Major": 0, "Minor": 255, - "Patch": 0 + "Patch": 1 }, "minimumAgentVersion": "1.102.0", "instanceNameFormat": "$(Action): $(WebAppName)", diff --git a/Tasks/AzureAppServiceManageV0/task.loc.json b/Tasks/AzureAppServiceManageV0/task.loc.json index 845e318fb312..8cb791221048 100644 --- a/Tasks/AzureAppServiceManageV0/task.loc.json +++ b/Tasks/AzureAppServiceManageV0/task.loc.json @@ -19,7 +19,7 @@ "version": { "Major": 0, "Minor": 255, - "Patch": 0 + "Patch": 1 }, "minimumAgentVersion": "1.102.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat",