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.

15 lines
267 B

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