Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for wildcards when pushing #30

Closed
jcansdale opened this issue Feb 5, 2020 · 0 comments · Fixed by #53
Closed

Add support for wildcards when pushing #30

jcansdale opened this issue Feb 5, 2020 · 0 comments · Fixed by #53

Comments

@jcansdale
Copy link
Owner

As suggested by @SDLionas

I would imagine the wildcard **/*.nupkg would work the same way as nuget push **/*.nupkg (https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-push). It should push all NuGet packages in all subdirectories. You don't need to hardcode names (for example, {ProjectName}/bin/Release/{PackageName}.{Version}.nupkg) or version number (which you need to remember to increment with each build).

peters added a commit to peters/gpr that referenced this issue Jun 13, 2020
peters added a commit to peters/gpr that referenced this issue Jun 15, 2020
…and uploading multiple packages in parallel. Concurrency can be controlled by the "--concurrency" option. Fixes jcansdale#30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant