Building .NET MAUI apps with GitHub Actions
Writing a GitHub Actions workflow to build a cross platform .NET MAUI app is more complicated than the average .NET app. First you have to build all the platforms you want to support, taking into consideration the runners they can be built on. Then, ...
blog.taranissoftware.com7 min read