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

Compress-PSResource should output a FileInfo object #1708

Open
sdwheeler opened this issue Sep 20, 2024 · 0 comments · May be fixed by #1720
Open

Compress-PSResource should output a FileInfo object #1708

sdwheeler opened this issue Sep 20, 2024 · 0 comments · May be fixed by #1720

Comments

@sdwheeler
Copy link
Contributor

sdwheeler commented Sep 20, 2024

Summary of the new feature / enhancement

By default, this command doesn't write any output to the pipeline. When you use the PassThru parameter, it returns full path of the .nupkg as a string. This should be a FileInfo object like most other commands return.

Proposed technical implementation details (optional)

Be sure to set the [OutputType()] attribute on the cmdlet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

3 participants