When using the Git Tag task in Azure Pipelines, a common error occurs: 'OAuth token not found.' The fix requires explicitly enabling 'Allow scripts to access the OAuth token' in the pipeline phase's Additional Options. Without this setting, the task cannot authenticate with the Azure DevOps Git repository to create tags.
Sort: