## Summary - Add CI.yml to the solution for build and test. - Target multiple OSes: windows, linux, macos. ## References - [Introduction to GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started) - [Starter workflows for dotnet](https://github.com/actions/starter-workflows/blob/ab8c670fafe65faf1574245c8fd327fae319d88f/ci/dotnet.yml) - [GitHub Actions Overview](https://devblogs.microsoft.com/premier-developer/github-actions-overview/#:~:text=GitHub%20Actions%20saves%20you%20time,more%20than%20one%20matrix%20configuration.)
Summary
References