Creating a GitHub Composite Action
Many of my active projects utilize Sonarcloud analysis – roughly 50 lines of YAML over 7 GitHub Actions steps. While
Learning and sharing Azure architecture and DevOps tips with GitHub
Many of my active projects utilize Sonarcloud analysis – roughly 50 lines of YAML over 7 GitHub Actions steps. While
Two years ago, I started a hack to understand DORA metrics on a deeper level, creating a DevOps Metrics project
GitHubActionsDotNet is a new tool we’ve built to create GitHub Actions with .NET. As we manage more and more repositories
We’ve talked about Dependabot a few times on this blog, but this week I discovered you can also use it
Today we are going to create dynamic development environments with our PR’s/Pull Requests in GitHub. A year and a half
Today we are going to consume a NuGet package from GitHub Packages, and configure Dependabot to update from our GitHub
GitHub Packages is a similar artifact management system to NuGet, Artifactory, and Azure Artifacts. Using it to publish .NET packages
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 setup .NET code coverage in GitHub, with a badge to display the code coverage. Badges