I've an upgrade script in a git project which causes the yarn.lock file to be updated as a result.
Now, this script is called in TFS via a build task. What I want is that after calling the script (it'd be a yarn task) I can configure the task to do an "add .", "commit -m "upgrade" and "push origin master" as a succession of steps.
Is this possible? I didn´t see any Git tasks when adding new steps, but I guess I could just use a cmd task to do it.
Thanks!