Git Tagging in Azure DevOps (ADO)

Tech Artist
Tech Artist
276 بار بازدید - پارسال - Git Tagging in Azure DevOps
Git Tagging in Azure DevOps (ADO)
#tag  #git #azuredevops #gittag  #ado

Error : fatal: could not read Password for 'https://[email protected]': terminal prompts disabled

You need to do some settings in ADO for this to resolve.

This video covers steps to fix the same.

To Git tag via yaml pipeline, you can use below step -

- task: Bash@3
 displayName: Setup git tag
 inputs:
   targetType: 'inline'
   script: |
     git tag "$(DEV_TAG)"
     git push origin "$(DEV_TAG)"
پارسال در تاریخ 1401/12/26 منتشر شده است.
276 بـار بازدید شده
... بیشتر