From 62d136c569729c80648ea47bfd619b2616a5edd4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:04:48 +0000 Subject: [PATCH 1/2] Initial plan From 45ae610cb97066e0c3cae03cf70bba5aeeab2ce2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:24:20 +0000 Subject: [PATCH 2/2] Rename pipeline stage from __default to deploy in azure-pipelines.release.yml Co-authored-by: AmelBawa-msft <104940545+AmelBawa-msft@users.noreply.github.com> --- pipelines/azure-pipelines.release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/azure-pipelines.release.yml b/pipelines/azure-pipelines.release.yml index db49b3b3..bf04d361 100644 --- a/pipelines/azure-pipelines.release.yml +++ b/pipelines/azure-pipelines.release.yml @@ -39,7 +39,7 @@ extends: fetchTags: false stages: - - stage: __default + - stage: deploy jobs: - job: GetVersion