Git Tagging in Azure DevOps (ADO) Explained

Tech Artist
Tech Artist
810 بار بازدید - 2 سال پیش - Git Tagging in Azure DevOps
Git Tagging in Azure DevOps (ADO) Explained

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)"

You might face this error -
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 also covers the reason and steps to fix the same.

#tag  #git #azuredevops #gittag  #ado #ado #azure #devops
2 سال پیش در تاریخ 1402/01/14 منتشر شده است.
810 بـار بازدید شده
... بیشتر