Skip to content

Mark release-store as a release job #2340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions build/pipelines/templates/release-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,33 @@
jobs:
- job: ReleaseStore
dependsOn: Package
templateContext:
type: releaseJob
isProduction: true
inputs:
- input: pipelineArtifact
artifactName: storeBrokerPayload
variables:
skipComponentGovernanceDetection: true
StoreBrokerPackagePath: $(Pipeline.Workspace)\storeBrokerPayload
StoreBrokerLogPath: $(StoreBrokerPackagePath)\StoreBroker.log
FlightId: 161f0975-cb5f-475b-8ef6-26383c37621f
AppId: 9WZDNCRFHVN5
ProductId: 00009007199266248474
steps:
- checkout: none

- download: current
displayName: Download storeBrokerPayload artifact
artifact: storeBrokerPayload

- 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 Payload to team ring
name: StoreBrokerFlight
inputs:
serviceEndpoint: Calculator StoreBroker FC
appId: $(AppId)
flightId: $(FlightId)
inputMethod: JsonAndZip
jsonPath: $(StoreBrokerPackagePath)\SBCalculator.json
zipPath: $(StoreBrokerPackagePath)\SBCalculator.zip
jsonPath: $(Pipeline.Workspace)\SBCalculator.json
zipPath: $(Pipeline.Workspace)\SBCalculator.zip
force: true
skipPolling: true
targetPublishMode: Immediate
logPath: $(StoreBrokerLogPath)
logPath: $(Pipeline.Workspace)\StoreBroker.log
deletePackages: true
numberOfPackagesToKeep: 0

Expand All @@ -40,6 +39,6 @@ jobs:
productId: $(ProductId)
flightId: $(FlightId)
submissionId: $(StoreBrokerFlight.WS_SubmissionId)
submissionDataPath: $(StoreBrokerPackagePath)\SBCalculator.json
packagePath: $(StoreBrokerPackagePath)\SBCalculator.zip
submissionDataPath: $(Pipeline.Workspace)\SBCalculator.json
packagePath: $(Pipeline.Workspace)\SBCalculator.zip
serviceEndpoint: AeroUpload-Calculator-FC