We have several SSIS project(solution) which are in main folder in TFS. notice each solution is in related sub-folder. we are going to provide release pipeline in current TFS, I am going to create three branches: DEV, MAIN and RELEASE, however I have the following question:
Since the ssis projects (solutions) are developed and have been updating with different team and release in different times, should I create the mentioned branches ( DEV, MAIN and RELEASE) for each ssis project(solution) separately? or I have to create global branches ( DEV, MAIN and RELEASE) ?
Thank you for your help