You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
peters
added a commit
to peters/gpr
that referenced
this issue
Jun 13, 2020
As suggested by @SDLionas
The text was updated successfully, but these errors were encountered: