As a user, I'd like to have a more seamless/friendly/native task/orchestration experience (than a shell script) for the CI/CD process on Azure DevOps regarding the git * commands necessary to push the fabrikated files to the manifest repo.
This could include benefits over the current process such as:
Automatically provides secure authentication using the git token / service account attached to AzDO
Allows options to easily pass in arguments like git commit message, user name, user email
Friendlier help messages around the task fields/boxes
Work on any type of build agent (Windows, mac, linux, etc)
As a user, I'd like to have a more seamless/friendly/native task/orchestration experience (than a shell script) for the CI/CD process on Azure DevOps regarding the
git
* commands necessary to push the fabrikated files to the manifest repo.This could include benefits over the current process such as:
With some updates, this GitMerge task could accomplish these objectives.