Programming
Installing Multiple .NET Versions in GitHub Actions
I’m currently creating GitHub Action pipelines for building and testing multiple solutions within a single large monorepo. These solutions target a variety of .NET versions so in order to allow them all to run in my pipeline I need to include install all the required versions. This worked fine using Read more…