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: variables:
registryEndpoint: eshop-registry
registryEndpoint: heigoo.azurecr.io
trigger: trigger:
branches: branches:
include: include:
- master - master
- dev - dev
- eShopLocal
- local
paths: paths:
include: include:
- src/BuildingBlocks/* - src/BuildingBlocks/*


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

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


Loading…
Cancel
Save