Closed LanceMcCarthy closed 3 years ago
Updating Nerdbank.GitVersioning to use v.0.3 or later doesn't resolve the issue. We need to wait for v 0.4 to get released. See https://github.com/dotnet/nbgv/issues/33.
In the meantime Option 1 is the only solution. I have confirmed it works in my fork, therefore I have opened a PR with the temporary workaround.
Fixed in #36
Problem
When running any of the workflows, they will fail due to new restrictions implemented on GitHub Actions Runners. See GitHub runner Deprecating AddPath and SetEnv.
In this case, NerdBankVersioning will hit the error first, but there are other steps that have issues, too.
Solution Options
Option 1 is recommended to get the pipeline working again ASAP. Then you can work on moving to Option 2 over time as you find updated Actions to migrate to.
I will open a Pull Request to get Option 1 implemented. for option 2 will take a little more time, but I wil work on it and open a follow up Pull Request once it's working w/out Option 1