Curious if anyone has utilized Azure DevOps for version control of modifications and if so how they implemented it? Ideally I am looking for someone who has done this with the Cloud Version of Syteline.
Currently, I have set up extension bundles for every single form that has been modified. When there is an update to it I regenerate the bundle and then download it into a local git repo to be committed and pushed to DevOps. It works but it's tedious because because each package when changed has to be download separately. It also included information such the Vendor Data Type's which I don't really need in the bundles. There is also a lot of potential overlap for components that can be used between multiple forms and as a result are in multiple bundles.