Cleaning up all git merged local branches
I came across a useful script I wanted to share today. This deletes all local git branches that have been
Learning and sharing Azure architecture and DevOps tips with GitHub
I came across a useful script I wanted to share today. This deletes all local git branches that have been
Today, we are going to split our automated testing workload across multiple build agents, in both GitHub and Azure DevOps.
Today we are going to look at how we can use Benchmark.Net to measure code performance. With benchmarks we can
Today we are going to setup .NET code coverage in GitHub, with a badge to display the code coverage. Badges
Today we will use “GitVersion” to create a release and tag our code in GitHub. A tagged release helps to
Today we will learn how to use (free) Azure web app managed certificates. While we have been using the free
This week we are going to investigate the PowerShell module “What-if“, to preview an ARM template deployment. Infrastructure as code,
Today we are going to upgrade our ASP.NET 3.1 website to the latest preview version of ASP.NET 5. While .NET
Today we going to build a dynamic ARM template to read in a list of our webapps, and loop through
Today we are going to implement a new strategy to manage our ARM templates with Azure DevOps. We’ve been using