Tag: azure-devops
All the articles with the tag "azure-devops".
[DevOps] Automating Branch Cleanup in Azure DevOps with Node.js
Published: at 12:00 PMA comprehensive guide on automating the cleanup of old branches in Azure DevOps Git repositories using a Node.js script. The script identifies branches that haven't been updated in the last 90 days and deletes them if they meet certain criteria.