Browse Source

update azure pipeline

staging
yusuf karatoprak 5 years ago
parent
commit
7715d8ffc4
  1. 2
      azure-pipelines.eventhub.httpapi.host.yml
  2. 2
      azure-pipelines.eventhub.web.yml

2
azure-pipelines.eventhub.httpapi.host.yml

@ -9,7 +9,7 @@ trigger:
variables:
# Container registry service connection established during pipeline creation
dockerRegistryServiceConnection: '74f2c032-afef-456e-971d-a613041b1a59'
dockerRegistryServiceConnection: 'be4690ca-0fbe-4473-a10e-c45c2a32a3c1'
imageRepository: 'voloeventhubhttpapihost'
containerRegistry: 'voloeventhubhttpapihost.azurecr.io'
dockerfilePath: '**/Dockerfile.EventHub.HttpApi.Host'

2
azure-pipelines.eventhub.web.yml

@ -9,7 +9,7 @@ trigger:
variables:
# Container registry service connection established during pipeline creation
dockerRegistryServiceConnection: '3e4f080e-78f3-470c-a68c-64b9c8ae7620'
dockerRegistryServiceConnection: '1ae4ab3c-b39a-4860-b6dc-683cc524d1e4'
imageRepository: 'volosofteventhub'
containerRegistry: 'voloeventhub.azurecr.io'
dockerfilePath: '**/Dockerfile.EventHub.Web'

Loading…
Cancel
Save