Hi, I'm not sure this is the right category to put this, so please help me correct it if it's wrong.
So, for a while we've been using Azure DevOps (TFS) for our SSIS solution. We had some issues when moving to production. Our Solution is in project mode and we currently have only one single branch, which is the Master branch. To store new changes, we use Shelveset and when we have to move to production and QA, we unshelve the changes to the branch master, then we deploy the solution. the source control is updated only when the Migration to the production is complete.
We made some research, but the source code for an SSIS solution can be very struggling when there is conflict. Also, we know that in git we can have more than one branch, but branching is different with Azure. Is there any better way to manage the source control with an SSIS solution ?
Thanks