Keep your feeds size at bay with automatic retention policy in Azure DevOps.
If you automatically publish packages with pipeline at each check-in you will end in a package feed full of not-used versions. In this post I'll explain how to use REST API to delete all unstable versions of packages older than a cercaion threshold from a feed.
Learn how to efficiently modify Azure DevOps pipeline decorators using Bing Chatbot and overcome common challenges.
If you stop using submodules in a Git Repository, please be sure to cleanup everything.
sudden failure occurred during the index symbol task of a build in Azure Devops. The error was vague, but some messages provided hints towards the underlying issue.
A guide to solving issues with multiple GitHub accounts in the Windows credential manager.
A quick guide on how to use the GitHub Command Line Tool to view Pull Requests information directly from the terminal.
One of my favorite features of Azure DevOps pipeline is the on-premise auto update agents.
To have Copilot generates complex code, make it proceeds in steps is a good idea. Let's try to understand how to use a single prompt to have it reason in steps.