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

Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
This commit is contained in:
Ben Hillis 2025-12-05 15:20:15 -08:00 committed by GitHub
parent 7741740f87
commit 49864b525e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ stages:
displayName: Copy AppxUpload artifact displayName: Copy AppxUpload artifact
# creates a submission package that is published to the store; containers store page information and the WSL appxupload # 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' displayName: 'Creating StoreBroker Payload'
inputs: inputs:
serviceEndpoint: 'AzureConnection-StoreBroker-WIF' serviceEndpoint: 'AzureConnection-StoreBroker-WIF'
@ -88,7 +88,7 @@ stages:
displayName: Copy StoreBrokerPayload to drop displayName: Copy StoreBrokerPayload to drop
# submit the package flight to the WSL SelfHost Flight Group # 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' displayName: 'Flight StoreBroker Package to Partner Center - WSL SelfHost Flight Group'
condition: and(succeeded(), eq('${{ parameters.publishPackage }}', true)) condition: and(succeeded(), eq('${{ parameters.publishPackage }}', true))
inputs: inputs: