Introduction Ensuring your application's performance is as important as its functionality. BenchmarkDotNet, a powerful .NET library for benchmarking, is an excellent tool for this. By integrating BenchmarkDotNet into an Azure…
Add Human Intervention into an Azure Pipeline
Introduction In this blog post, I create an Azure Pipeline to monitor a GIT branch for changes and then build the code into a container, but what if you want…
Create a YAML Pipeline in Azure DevOps
Introduction Most of the applications I build run on Kubernetes and therefore need to be containerised. As I use Azure DevOps for source control, tickets, unit testing and as a…
Hosting a Windows Container Build Agent and Connecting It to Azure DevOps
Introduction Azure DevOps offers a great platform for automating your build and deployment pipelines. To take full advantage of its capabilities, you can set up a Windows container build agent…