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
There is no support for wildcard in the dotnet nuget push command, so i edited the command, to first retrieve the most recent nupkg package using Get-ChildItem which supports wildcards, and then push the result
0 commit comments