In a previous post, I discussed how I was able to get a .NET Framework application built using GitHub actions. Go check out that post for the full YAML’y goodness. In this post, however, I want to explain how I modified that original GitHub Action to take advantage of git […]
Building .NET Framework Applications with GitHub Actions
In this post, I’m going to show you how I finally managed to configure a GitHub action to build my .NET Framework web application and then deploy it to Azure. It took way too long, so I hope this helps somebody else out there save some time. To get started, […]