All Posts

Using multi-stage YAML pipeline to create and publish NuGet packages

I’ve recently created a new NuGet package called FluentAssertions.ArgumentMatchers.Moq that I published on nuget.org. In order to make the process of creating and publishing this package as smooth and simple as possible, I’ve created a multi-stage YAML pipeline in Azure DevOps.

Build And Release Hugo Site Using Azure Pipelines

In this post I’ll give a step-by-step explanation on how I build and publish my Hugo blog site to GitHub Pages using Azure Pipelines.

Cleaning Up Your Test Data Creation

I still come across a lot of automated tests with many lines of code just to create an object. Even when most data is not relevant for the scenario being tested.