mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Fix release pipeline yaml (#733)
There were two issues: * The indentation for the PowerShell script task was off, causing a parsing error * The flighting task needed to be named so that the Aero task would be able to reference its output variable.
This commit is contained in:
parent
357bb34c21
commit
bc298efc97
1 changed files with 4 additions and 3 deletions
|
@ -139,6 +139,7 @@ jobs:
|
||||||
|
|
||||||
- task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@2
|
- task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@2
|
||||||
displayName: 'Flight StoreBroker Payload to team ring'
|
displayName: 'Flight StoreBroker Payload to team ring'
|
||||||
|
name: StoreBrokerFlight
|
||||||
inputs:
|
inputs:
|
||||||
serviceEndpoint: StoreBrokerProxy
|
serviceEndpoint: StoreBrokerProxy
|
||||||
appId: '$(AppId)'
|
appId: '$(AppId)'
|
||||||
|
@ -158,7 +159,7 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
ProductId: '$(ProductId)'
|
ProductId: '$(ProductId)'
|
||||||
FlightId: '$(FlightId)'
|
FlightId: '$(FlightId)'
|
||||||
SubmissionId: '$(null.WS_SubmissionId)'
|
SubmissionId: '$(StoreBrokerFlight.WS_SubmissionId)'
|
||||||
SubmissionDataPath: '$(SBPackagePath)\SBCalculator.json'
|
SubmissionDataPath: '$(SBPackagePath)\SBCalculator.json'
|
||||||
PackagePath: '$(SBPackagePath)\SBCalculator.zip'
|
PackagePath: '$(SBPackagePath)\SBCalculator.zip'
|
||||||
AeroEnvironment: Production
|
AeroEnvironment: Production
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue