CompositionalIT / feliz-ag-grid

9 stars 4 forks source link

Replace brandedoutcast/publish-nuget action with dotnet pack, dotnet nuget publish #25

Closed jwthomson closed 5 months ago

jwthomson commented 5 months ago

As mentioned in #19 - the existing NuGet publish action has been deprecated.

This PR replaces that functionality using dotnet pack followed by dotnet nuget publish.

It is based loosely on an example from StackOverflow, but with some of the improvements as recently added to CIT/Feliz.ReactSelect - namely not running when a PR is opened. (!)