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