CI: Switch away from -dev versions of MS-RDX-MRO.windows-store-publish tasks (#13841)

Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>

Ben Hillis committed Dec 5, 2025 at 15:20 UTC 49864b525e644a3ed4c42ffdcddb70df1f8b9d75
1 file changed +2 -2
.pipelines/flight-stage.yml
+2 -2
@@ -67,7 +67,7 @@ stages:
67 displayName: Copy AppxUpload artifact
68
69 # creates a submission package that is published to the store; containers store page information and the WSL appxupload
70 - - task: MS-RDX-MRO.windows-store-publish-dev.package-task.store-package@3
70 + - task: MS-RDX-MRO.windows-store-publish.package-task.store-package@3
71 displayName: 'Creating StoreBroker Payload'
72 inputs:
73 serviceEndpoint: 'AzureConnection-StoreBroker-WIF'
@@ -88,7 +88,7 @@ stages:
88 displayName: Copy StoreBrokerPayload to drop
89
90 # submit the package flight to the WSL SelfHost Flight Group
91 - - task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@3
91 + - task: MS-RDX-MRO.windows-store-publish.flight-task.store-flight@3
92 displayName: 'Flight StoreBroker Package to Partner Center - WSL SelfHost Flight Group'
93 condition: and(succeeded(), eq('${{ parameters.publishPackage }}', true))
94 inputs: