Skip to content

Commit

Permalink
fix build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJohnson327 committed Jun 13, 2024
1 parent c8adb74 commit af10336
Showing 1 changed file with 4 additions and 4 deletions.
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 comments on commit af10336

Please sign in to comment.