Parallel jobs with automating testing
Today, we are going to split our automated testing workload across multiple build agents, in both GitHub and Azure DevOps.
Learning and sharing Azure architecture and DevOps tips with GitHub
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 upgrade our ASP.NET 3.1 website to the latest preview version of ASP.NET 5. While .NET
Today we are going to implement a new strategy to manage our ARM templates with Azure DevOps. We’ve been using
Last week we received an odd message when deploying a pipeline about hitting our “deployment quota of 800”. This pipeline
In the highly recommended DevOps book “Accelerate“, deployment frequency is recognized as one of the primary measurements of high performing
Today we are going to create a dynamic, zero-touch, PR (Pull Request) environment, a place for us to validate and
Today we are going to investigate parallel jobs in Azure DevOps, and learn how we can use them to speed
GitHub Actions are GitHub’s solution to CI/CD. The pipelines are written in YAML, and are very similar to Azure DevOps
SonarCloud has quickly become the industry standard for code analysis, especially on projects we are involved with. SonarCloud is the
This week we are going to apply what we learned last week, scaling up our YAML conversion to include our