a follow up question if I may. I have the solution set up and included a few xml files to sync with the CI system. this works well, but now I need to get the changes in my local site back into my VS solution.
what would be the best way to do this?
The documentation suggests adding the entire CI folder to source control, but I would prefer to only have the files that are necessary for the project. Although that is not a big issue.
I apologise if this sounds weird. I'm coming from a sitecore developer background where we have TDS projects in Visual studio. these allow you to sync certain items with your local site easily. So I'm trying to recreate a simple version of that.