diff --git a/build/azure-devops/webmvc/azure-pipelines.yml b/build/azure-devops/webmvc/azure-pipelines.yml index 7a562dbf8..5e06d67fd 100644 --- a/build/azure-devops/webmvc/azure-pipelines.yml +++ b/build/azure-devops/webmvc/azure-pipelines.yml @@ -1,11 +1,11 @@ variables: - registryEndpoint: eshop-registry + registryEndpoint: heigoo.azurecr.io trigger: branches: include: - master - dev - - eShopLocal + - local paths: include: - src/BuildingBlocks/* diff --git a/build/azure-devops/webspa/azure-pipelines.yml b/build/azure-devops/webspa/azure-pipelines.yml index ca9109d04..e55dc7f2b 100644 --- a/build/azure-devops/webspa/azure-pipelines.yml +++ b/build/azure-devops/webspa/azure-pipelines.yml @@ -1,11 +1,11 @@ variables: - registryEndpoint: eshop-registry + registryEndpoint: heigooRegistry trigger: branches: include: - master - dev - - eShopLocal + - local paths: include: - src/BuildingBlocks/*