actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
922 stars 454 forks source link

Accept absolute paths for 'global-json-file' input #396

Closed othmane-kinane-nw closed 1 year ago

othmane-kinane-nw commented 1 year ago

Description: Use path.resolve instead of path.join to handle absolute paths correctly

Related issue: fixes #378

Check list: