variables: registryEndpoint: eshop-registry trigger: branches: include: - master - dev paths: include: - src/ApiGateways/Mobile.Bff.Shopping/aggregator/* - build/azure-devops/buildimages.yml - build/azure-devops/multiarch.yml - build/azure-devops/mobile-shopping-agg/* - deploy/k8s/helm/mobileshoppingagg/* jobs: - template: ../buildimages.yaml parameters: services: mobileshoppingagg registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm - template: ../multiarch.yaml parameters: image: mobileshoppingagg branch: $(Build.SourceBranchName) registryEndpoint: $(registryEndpoint)