Browse Source

Merge branch 'local' of https://github.com/uglyscorpio/eShopOnContainers into local

pull/1797/head
Deli Liu 3 years ago
parent
commit
2e0e5f8449
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      build/azure-devops/webmvc/azure-pipelines.yml
  2. +2
    -2
      build/azure-devops/webspa/azure-pipelines.yml

+ 2
- 2
build/azure-devops/webmvc/azure-pipelines.yml View File

@ -1,11 +1,11 @@
variables:
registryEndpoint: eshop-registry
registryEndpoint: heigoo.azurecr.io
trigger:
branches:
include:
- master
- dev
- eShopLocal
- local
paths:
include:
- src/BuildingBlocks/*


+ 2
- 2
build/azure-devops/webspa/azure-pipelines.yml View File

@ -1,11 +1,11 @@
variables:
registryEndpoint: eshop-registry
registryEndpoint: heigooRegistry
trigger:
branches:
include:
- master
- dev
- eShopLocal
- local
paths:
include:
- src/BuildingBlocks/*


Loading…
Cancel
Save