Commit modifications druing Build

We modify a text File with the version info during a Build. How can we checkin these file after the modification? Is there a built-in function in the Continua? 

Hi Marcel,

We don’t presently plan to provide functionallity in Continua for committing changes to repositories. Doing this can be problematic with a distributed build system -  we would need to deal with merge conflicts and it’s also possible that builds running concurrently may reach the commit action in a different sequence than they were started causing unexpected results.

Taking this into consideration, you can currently commit to repositories using a call to FinalBuilder, Powershell script, external program or batch file called via a Continua action.