mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
Migrate StoreBroker tasks to SN+I authentication (#2179)
* update * reset
This commit is contained in:
parent
b0f1531eeb
commit
7315f364b9
2 changed files with 9 additions and 9 deletions
|
@ -171,10 +171,10 @@ jobs:
|
|||
vstsFeedPackage: calculator-pdp-media
|
||||
vstsPackageVersion: $(SBMediaReleaseVersion)
|
||||
|
||||
- task: MS-RDX-MRO.windows-store-publish-dev.package-task.store-package@2
|
||||
- task: MS-RDX-MRO.windows-store-publish-dev.package-task.store-package@3
|
||||
displayName: Create StoreBroker Payload
|
||||
inputs:
|
||||
serviceEndpoint: Calculator StoreBroker Connection
|
||||
ConnectedServiceNameARM: Calculator StoreBroker SNI
|
||||
sbConfigPath: Tools/Build/StoreBroker/SBCalculatorConfig.json
|
||||
sourceFolder: $(Build.ArtifactStagingDirectory)/msixBundle
|
||||
contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle
|
||||
|
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
displayName: Download storeBrokerPayload artifact
|
||||
artifact: storeBrokerPayload
|
||||
|
||||
- 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@3
|
||||
displayName: Flight StoreBroker Payload to team ring
|
||||
name: StoreBrokerFlight
|
||||
inputs:
|
||||
serviceEndpoint: Calculator StoreBroker Connection
|
||||
ConnectedServiceNameARM: Calculator StoreBroker SNI
|
||||
appId: $(AppId)
|
||||
flightId: $(FlightId)
|
||||
inputMethod: JsonAndZip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue