diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index b33e299e..c538d07d 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -189,7 +189,7 @@ jobs: - task: MS-RDX-MRO.windows-store-publish-dev.package-task.store-package@3 displayName: Create StoreBroker Payload inputs: - ConnectedServiceNameARM: Calculator StoreBroker SNI + serviceEndpoint: Calculator StoreBroker FC sbConfigPath: Tools/Build/StoreBroker/SBCalculatorConfig.json sourceFolder: $(Build.ArtifactStagingDirectory)/msixBundle contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle diff --git a/build/pipelines/templates/release-store.yaml b/build/pipelines/templates/release-store.yaml index 491a4d90..9d07fabe 100644 --- a/build/pipelines/templates/release-store.yaml +++ b/build/pipelines/templates/release-store.yaml @@ -21,7 +21,7 @@ jobs: displayName: Flight StoreBroker Payload to team ring name: StoreBrokerFlight inputs: - ConnectedServiceNameARM: Calculator StoreBroker SNI + serviceEndpoint: Calculator StoreBroker FC appId: $(AppId) flightId: $(FlightId) inputMethod: JsonAndZip