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
As a package publisher, I want to be able to publish multiple .nupkg files with one command. For example, I have packaged and signed multiple packages .nupkg files. I now want to provide multiple paths or a wildcard pattern to publish all .nupkg files in a folder.
Summary of the new feature / enhancement
As a package publisher, I want to be able to publish multiple
.nupkg
files with one command. For example, I have packaged and signed multiple packages.nupkg
files. I now want to provide multiple paths or a wildcard pattern to publish all.nupkg
files in a folder.Proposed technical implementation details (optional)
[String[]]
type and have the[SupportsWildcard]
attributeThe text was updated successfully, but these errors were encountered: