You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
479 B

5 years ago
  1. variables:
  2. registryEndpoint: eshop-registry
  3. trigger:
  4. branches:
  5. include:
  6. - master
  7. - dev
  8. paths:
  9. include:
  10. - src/BuildingBlocks/*
  11. - src/Web/WebSPA/*
  12. - k8s/helm/webspa/*
  13. jobs:
  14. - template: ../buildimages.yaml
  15. parameters:
  16. services: webspa
  17. registryEndpoint: $(registryEndpoint)
  18. - template: ../multiarch.yaml
  19. parameters:
  20. image: webspa
  21. branch: $(Build.SourceBranchName)
  22. registryEndpoint: $(registryEndpoint)