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

Better .nupkg integration #310

Open
1 task
alerickson opened this issue Nov 21, 2020 · 3 comments
Open
1 task

Better .nupkg integration #310

alerickson opened this issue Nov 21, 2020 · 3 comments
Labels
Issue-Discussion Place for discussion about issue/feature/etc Issue-Enhancement New feature or request
Projects
Milestone

Comments

@alerickson
Copy link
Member

alerickson commented Nov 21, 2020

  • push .nupkgs
    (add more integration here as necessary)

Support for publishing built nupkgs

@SydneyhSmith SydneyhSmith added Issue-Enhancement New feature or request Issue-Discussion Place for discussion about issue/feature/etc labels Dec 3, 2020
@SydneyhSmith SydneyhSmith added this to the vNext milestone Dec 3, 2020
@ThomasNieto
Copy link
Contributor

Is this issue to add support for Publish-PSResource to accept -Path .\module.nupkg files?

@SydneyhSmith
Copy link
Collaborator

This is related to this issue #1393

@Maha-I
Copy link

Maha-I commented Feb 12, 2024

We have a requirement to NuGet sign .nupkg files published to PowerShell Gallery. Our processes will download this NuGet, and install it from a local PSRepository using Install-Module.

Currently the NuGet package is created internally by Publish-Module command, so we need to have an alternate workflow that supports NuGet signing.

One option is to be able to publish a NuGet package created by the official build workflow, with support to pre-validate that the package is installable using Install-Module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Discussion Place for discussion about issue/feature/etc Issue-Enhancement New feature or request
Projects
1.1
Awaiting triage
Development

No branches or pull requests

4 participants