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.

16 lines
275 B

  1. name: 'Catalog-API-Build'
  2. variables:
  3. ProjectName: Catalog.API
  4. trigger:
  5. branches:
  6. include:
  7. - master
  8. - dev
  9. paths:
  10. include:
  11. - src/BuildingBlocks/*
  12. - src/Services/Catalog/*
  13. jobs:
  14. - template: ../webapp-build.yml
  15. parameters:
  16. ProjectName: Basket.API