This pull request makes a small but important update to the workflow configuration for building the .NET project. The change ensures that the correct solution file is restored during the build process for all workflows.
- Updated the
.NET restorestep in.github/workflows/canary.yml,.github/workflows/nightly.yml, and.github/workflows/release.ymlto uselistenarr.slninstead of the environment variable${{ env.API_PROJECT }}. [1] [2] [3]
Automated canary build