dotnet nuget push doesn't push package when using wildcard #12594
Unanswered
senketsu03
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I
dotnet pack
my packages intopublish/nuget
directory and want to push everything in this directory to nuget. So, I ran it like so:However, I get an error:
error: File does not exist (publish/nuget/*.nupkg).
After googling and several experiments, I tried out the following:
And it worked. Does the first approach not work by design, or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions