mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 02:26:50 -07:00
Mark release-store as a release job (#2340)
This commit is contained in:
parent
adf225deae
commit
6620570277
1 changed files with 12 additions and 13 deletions
|
@ -3,21 +3,20 @@
|
||||||
jobs:
|
jobs:
|
||||||
- job: ReleaseStore
|
- job: ReleaseStore
|
||||||
dependsOn: Package
|
dependsOn: Package
|
||||||
|
templateContext:
|
||||||
|
type: releaseJob
|
||||||
|
isProduction: true
|
||||||
|
inputs:
|
||||||
|
- input: pipelineArtifact
|
||||||
|
artifactName: storeBrokerPayload
|
||||||
variables:
|
variables:
|
||||||
skipComponentGovernanceDetection: true
|
|
||||||
StoreBrokerPackagePath: $(Pipeline.Workspace)\storeBrokerPayload
|
|
||||||
StoreBrokerLogPath: $(StoreBrokerPackagePath)\StoreBroker.log
|
|
||||||
FlightId: 161f0975-cb5f-475b-8ef6-26383c37621f
|
FlightId: 161f0975-cb5f-475b-8ef6-26383c37621f
|
||||||
AppId: 9WZDNCRFHVN5
|
AppId: 9WZDNCRFHVN5
|
||||||
ProductId: 00009007199266248474
|
ProductId: 00009007199266248474
|
||||||
steps:
|
steps:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
|
|
||||||
- download: current
|
- task: MS-RDX-MRO.windows-store-publish.flight-task.store-flight@3
|
||||||
displayName: Download storeBrokerPayload artifact
|
|
||||||
artifact: storeBrokerPayload
|
|
||||||
|
|
||||||
- task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@3
|
|
||||||
displayName: Flight StoreBroker Payload to team ring
|
displayName: Flight StoreBroker Payload to team ring
|
||||||
name: StoreBrokerFlight
|
name: StoreBrokerFlight
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -25,12 +24,12 @@ jobs:
|
||||||
appId: $(AppId)
|
appId: $(AppId)
|
||||||
flightId: $(FlightId)
|
flightId: $(FlightId)
|
||||||
inputMethod: JsonAndZip
|
inputMethod: JsonAndZip
|
||||||
jsonPath: $(StoreBrokerPackagePath)\SBCalculator.json
|
jsonPath: $(Pipeline.Workspace)\SBCalculator.json
|
||||||
zipPath: $(StoreBrokerPackagePath)\SBCalculator.zip
|
zipPath: $(Pipeline.Workspace)\SBCalculator.zip
|
||||||
force: true
|
force: true
|
||||||
skipPolling: true
|
skipPolling: true
|
||||||
targetPublishMode: Immediate
|
targetPublishMode: Immediate
|
||||||
logPath: $(StoreBrokerLogPath)
|
logPath: $(Pipeline.Workspace)\StoreBroker.log
|
||||||
deletePackages: true
|
deletePackages: true
|
||||||
numberOfPackagesToKeep: 0
|
numberOfPackagesToKeep: 0
|
||||||
|
|
||||||
|
@ -40,6 +39,6 @@ jobs:
|
||||||
productId: $(ProductId)
|
productId: $(ProductId)
|
||||||
flightId: $(FlightId)
|
flightId: $(FlightId)
|
||||||
submissionId: $(StoreBrokerFlight.WS_SubmissionId)
|
submissionId: $(StoreBrokerFlight.WS_SubmissionId)
|
||||||
submissionDataPath: $(StoreBrokerPackagePath)\SBCalculator.json
|
submissionDataPath: $(Pipeline.Workspace)\SBCalculator.json
|
||||||
packagePath: $(StoreBrokerPackagePath)\SBCalculator.zip
|
packagePath: $(Pipeline.Workspace)\SBCalculator.zip
|
||||||
serviceEndpoint: AeroUpload-Calculator-FC
|
serviceEndpoint: AeroUpload-Calculator-FC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue