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
Running a full set of tests (unit/integration/UI) in Pull Requests is a really nice feature, but you need to have stable tests
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
Visual Studio Code + GitHub Codespaces + Hugo = a great combination to write blog post
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
If you have pipeline run stuck in queue and some of the pool agent are in idle, if you wonder why those agents did not pick the pipeline, the answer is probably some demands.