From f178e94bcd02a1bd08a78357be1d176ca3c8f4f2 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:23:01 -0700 Subject: [PATCH] fix: do not create GH releases for Copilot --- build/azure-pipelines/product-copilot-recovery.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/azure-pipelines/product-copilot-recovery.yml b/build/azure-pipelines/product-copilot-recovery.yml index 056bdedaed7b3..8b120eb1d604e 100644 --- a/build/azure-pipelines/product-copilot-recovery.yml +++ b/build/azure-pipelines/product-copilot-recovery.yml @@ -70,5 +70,6 @@ extends: generateNotice: true publishExtension: ${{ parameters.publishExtension }} - ghReleasePublishVSIX: true + ghCreateTag: ${{ parameters.publishExtension }} ghTagPrefix: 'copilot/' + ghCreateRelease: false