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

Publish-PSResource -Nupkg should support multiple values and wildcards #1710

Open
sdwheeler opened this issue Sep 20, 2024 · 0 comments
Open

Comments

@sdwheeler
Copy link
Contributor

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)

  • The Nupkg paramater needs to be [String[]] type and have the [SupportsWildcard] attribute
    • Suggest renaming the parameter to NupkgPath
  • If you support wildcards then you need to support a literal path version such as NupkgLiteralPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants