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.

18 lines
370 B

  1. variables:
  2. ProjectName: Catalog.API
  3. OpenShiftProject: development
  4. AppName: catalogapi
  5. OpenShiftServiceConnection: 'OpenShift on ARO'
  6. trigger:
  7. branches:
  8. include:
  9. - master
  10. - dev
  11. paths:
  12. include:
  13. - src/BuildingBlocks/*
  14. - src/Services/Catalog/*
  15. jobs:
  16. - template: ../webapp-build-artifacts.yml
  17. parameters:
  18. ProjectName: $(ProjectName)