How to selectively merge VBCS code changes from workspace to main branch in visual basic studio
Summary:
Hi All,
I am working Visual Basic Studio (VBS), learning on using the VBS Workspace & how to merge the code from local repository in Workspace and the Main Branch of remote repository.
I have approx. 20 VBCS extensions in my project are currently to be built. We are trying to decide how to design the studio Projects in VBS for these extensions' code maintenance CI/CD, etc.
Questions-
- Should it be one VBS project for per VBCS application we should maintain? That would lead to 15 Visual Applications in the instance.
- Alternatively, if we create one visual application & create all web applications under it. Then I am facing an issue in the selective merging of the code into main. For example, I have 02 Web Apps & i did changes to both. but I want to push only one of the web apps changes to main, not both files' changes. How to do this selective merging of code from local repo to main branch.
0