Skip to content

Commit 49864b5

Browse files
benhillisBen Hillis
andauthored
CI: Switch away from -dev versions of MS-RDX-MRO.windows-store-publish tasks (#13841)
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
1 parent 7741740 commit 49864b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/flight-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ stages:
6767
displayName: Copy AppxUpload artifact
6868
6969
# 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
7171
displayName: 'Creating StoreBroker Payload'
7272
inputs:
7373
serviceEndpoint: 'AzureConnection-StoreBroker-WIF'
@@ -88,7 +88,7 @@ stages:
8888
displayName: Copy StoreBrokerPayload to drop
8989
9090
# 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
9292
displayName: 'Flight StoreBroker Package to Partner Center - WSL SelfHost Flight Group'
9393
condition: and(succeeded(), eq('${{ parameters.publishPackage }}', true))
9494
inputs:

0 commit comments

Comments
 (0)