Creating GitHub Actions with .NET
GitHubActionsDotNet is a new tool we’ve built to create GitHub Actions with .NET. As we manage more and more repositories
Learning and sharing Azure architecture and DevOps tips with GitHub
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
Professionally, I am starting a new role over at GitHub next week. This is a great opportunity for me, but
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 setup .NET code coverage in GitHub, with a badge to display the code coverage. Badges
A few months ago, we looked at Dependabot, a tool to check for dependency updates. Recently, GitHub announced an update,
Mistakes can happen – we certainly make many. Today we are going to look at how to remove secrets from