azure pipelines
Pushing changes to repo from Azure Pipeline
From time to time, there is a need to touch git repository from the pipeline - push tag, push commit with release notes, whatever your process need. To properly configure such functionality, you have to: * explicitly mark that pipeline must persists git authentication after repository checkout: jobs: - job: myJob