8000 fix build yaml by EricJohnson327 · Pull Request #406 · microsoft/devhomegithubextension · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
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
8 changes: 4 additions & 4 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ extends:
displayName: 'Create Staging StoreBroker Package'
condition: eq(variables['BuildingBranch'], 'staging')
inputs:
ConnectedServiceNameARM: 'DevHomeGithubExtensionCanary StoreBroker ServiceConnection'
serviceEndpoint: 'DevHomeGithubExtensionCanary StoreBroker ServiceConnection'
sbConfigPath: '$(System.DefaultWorkingDirectory)\build\store\canary\SBConfig.json'
sourceFolder: 'StorePublish'
contents: '*.msixbundle'
Expand All @@ -402,7 +402,7 @@ extends:
displayName: 'Publish Staging StoreBroker Package'
condition: eq(variables['BuildingBranch'], 'staging')
inputs:
ConnectedServiceNameARM: 'DevHomeGithubExtensionCanary StoreBroker ServiceConnection'
serviceEndpoint: 'DevHomeGithubExtensionCanary StoreBroker ServiceConnection'
appId: 9N806ZKPW85R
inputMethod: JsonAndZip
jsonPath: '$(System.DefaultWorkingDirectory)\SBOutDir\DevHomeStoreSubmissionPackage.json'
Expand All @@ -417,7 +417,7 @@ extends:
displayName: 'Create Release StoreBroker Package'
condition: eq(variables['BuildingBranch'], 'release')
inputs:
ConnectedServiceNameARM: 'DevHomeGithubExtension StoreBroker ServiceConnection'
serviceEndpoint: 'DevHomeGithubExtension StoreBroker ServiceConnection'
sbConfigPath: '$(System.DefaultWorkingDirectory)\build\store\preview\SBConfig.json'
sourceFolder: 'StorePublish'
contents: '*.msixbundle'
Expand All @@ -430,7 +430,7 @@ extends:
displayName: 'Publish Release StoreBroker Package'
condition: eq(variables['BuildingBranch'], 'release')
inputs:
ConnectedServiceNameARM: 'DevHomeGithubExtension StoreBroker ServiceConnection'
serviceEndpoint: 'DevHomeGithubExtension StoreBroker ServiceConnection'
appId: 9NZCC27PR6N6
inputMethod: JsonAndZip
jsonPath: '$(System.DefaultWorkingDirectory)\SBOutDir\DevHomeStoreSubmissionPackage.json'
Expand Down
0