From 49864b525e644a3ed4c42ffdcddb70df1f8b9d75 Mon Sep 17 00:00:00 2001 From: Ben Hillis Date: Fri, 5 Dec 2025 15:20:15 -0800 Subject: [PATCH] CI: Switch away from -dev versions of MS-RDX-MRO.windows-store-publish tasks (#13841) Co-authored-by: Ben Hillis --- .pipelines/flight-stage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/flight-stage.yml b/.pipelines/flight-stage.yml index d60f03a..c832ac4 100644 --- a/.pipelines/flight-stage.yml +++ b/.pipelines/flight-stage.yml @@ -67,7 +67,7 @@ stages: displayName: Copy AppxUpload artifact # creates a submission package that is published to the store; containers store page information and the WSL appxupload - - task: MS-RDX-MRO.windows-store-publish-dev.package-task.store-package@3 + - task: MS-RDX-MRO.windows-store-publish.package-task.store-package@3 displayName: 'Creating StoreBroker Payload' inputs: serviceEndpoint: 'AzureConnection-StoreBroker-WIF' @@ -88,7 +88,7 @@ stages: displayName: Copy StoreBrokerPayload to drop # submit the package flight to the WSL SelfHost Flight Group - - task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@3 + - task: MS-RDX-MRO.windows-store-publish.flight-task.store-flight@3 displayName: 'Flight StoreBroker Package to Partner Center - WSL SelfHost Flight Group' condition: and(succeeded(), eq('${{ parameters.publishPackage }}', true)) inputs: