octokit / source-generator

6 stars 3 forks source link

Remove additional uses of relative paths #65

Closed kfcampbell closed 3 weeks ago

kfcampbell commented 3 weeks ago

When troubleshooting the Kiota upgrade, I noticed .NET builds were erroneously succeeding. We were seeing output like chdir /home/runner/work/source-generator/source-generator/../dotnet-sdk/src: no such file or directory.

This fixes that path (and a couple other instances I found) to use the new staging locations. The .csproj changes are purely a result of rerunning scripts/generate-dotnet.sh with Kiota v1.14.0 installed, so IMO they're worth keeping.