In our company we have a TFS server used for CI tasks (build & release) and as a Source Control server (we use Git). I would like to put under version control the TFS build & release configurations, something like Jenkins Job Builder for Jenkins.
The tool I am searching for should not only act as a sort of backup, but should allow us to reconfigure TFS simply launching a CLI command (like jenkins job builder's jenkins-jobs
command).
Is there anything out there which accomplish to this requirement?
Regards