Closed megahirt closed 4 months ago
Previously, the GHA build needed to run on windows-2019 due to using older tooling for .Net Framework. Now that we are using dotnet build we can upgrade to running on windows-latest.
windows-2019
dotnet build
windows-latest
Previously, the GHA build needed to run on
windows-2019
due to using older tooling for .Net Framework. Now that we are usingdotnet build
we can upgrade to running onwindows-latest
.