brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

Single step multiple project-nuget Deploy. #61

Open AraHaan opened 3 years ago

AraHaan commented 3 years ago

Fixes https://github.com/brandedoutcast/publish-nuget/issues/41. Fixes https://github.com/brandedoutcast/publish-nuget/issues/56.

This adds 2 dependencies to publish-nuget that then allows file globbing support for PROJECT_FILE_PATH and then allows pushing them.

AraHaan commented 3 years ago

I had to fix #56 as it is required for this to perform right (it could result in a performance issue if all nuget packages gets nuked every time the changes tries to push any package after the first one that matches in the glob.

AraHaan commented 3 years ago

@brandedoutcast mind reviewing this and seeing if this will work.