* Use latest channel-version * Use latest channel-version
If the workflow is going to split restore, build, and test into separate steps, each should use the result of the prior. Build was invoked with `--no-restore` but test was restoring, building, and then testing.
Since `dotnet test` below didn't specify the Release configuration, it used the default configuration (generally Debug).
This is more like how folks generally refer to it in .NET-land.
Per the branding that .NET 5.0 is the next release after .NET Core 3.1.