Get the maximum from your Azure DevOps board using tags.
Learn how to streamline the debugging process for your code libraries by utilizing Azure DevOps Symbol Server and NuGet packages, while maintaining code security and privacy.
Learn how to enhance the security of your Azure DevOps Pipelines by using OAuth tokens instead of Personal Access Tokens to access service REST API from scripts. This approach avoids the need to store sensitive information, reduces manual intervention for token renewals, and minimizes the risk of token exposure.
Create a simple pipeline to re-queue checks on pull requests when target branch changes
Pull Request Checks are a perfect way to verify quality of your code before merging it into the main branch. Lets discover how to re-queue checks using Azure DevOps Api if you need a re-evaluation
When you create an agent Pool in Azure DevOps to run your pipeline, you can require each pipeline to be authorized to run on that agent and sometimes this can generate some glitch.
Pipeline decorators are really powerful, but for some users they are a tool too blunt to use. Learn how to run decorator conditionally for an optimal experience
I cannot stress enough how important are backups and Azure DevOps Server is not an exception, especially because if you do not schedule backups you can have surprises.
Running custom code check during Pull Requests can help to improve quality of code, let's see how you can run some custom checks with Aure DevOps pipeline.
If you need to have a unique incremental number for each pipeline run, Counters are your solution