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.

24 lines
648 B

  1. variables:
  2. ProjectName: Mobile.Shopping.HttpAggregator
  3. PublishOutputDirectory: aggregator
  4. OpenShiftProject: development
  5. AppName: mobileshoppingagg
  6. OpenShiftServiceConnection: 'OpenShift on ARO'
  7. trigger:
  8. branches:
  9. include:
  10. - master
  11. - dev
  12. paths:
  13. include:
  14. - src/ApiGateways/Mobile.Bff.Shopping/*
  15. jobs:
  16. - template: ../webapp-build-artifacts.yml
  17. parameters:
  18. ProjectName: $(ProjectName)
  19. - template: ../webapp-container-build.yml
  20. parameters:
  21. ProjectName: $(PublishOutputDirectory)
  22. OpenShiftProject: $(OpenShiftProject)
  23. AppName: $(AppName)
  24. OpenShiftServiceConnection: $(OpenShiftServiceConnection)