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

Also a question regarding multiple projects #16

Closed LegendaryB closed 4 years ago

LegendaryB commented 4 years ago

Hey,

thank you for this action! I also have a question regarding multiple projects. I'm new to Github Actions so sorry.

I have the following structure: Root Folder -> src\Project1 Root Folder -> src\Project2

and so on. How do I get this action to publish everything under src? It is somehow possible?

Kind Regards, Daniel

LegendaryB commented 4 years ago

Okay figured it out. But now I have the problem that it doesn't find my packages. Test Repo: https://github.com/LegendaryB/GitHubNuGetAutomaticPushTest Workflow: https://github.com/LegendaryB/GitHubNuGetAutomaticPushTest/edit/master/.github/workflows/publish-nuget.yml

LegendaryB commented 4 years ago

Figured it out

AraHaan commented 3 years ago

@LegendaryB how did you make it work, can it work with wildcard projects so I can move everything on each of my repositories with an .github folder to a repository named .github to actually store them in there (including dependabot config there too if possible)?