Skip to content

request: NuGet packages #699

@mcandre

Description

@mcandre

Hi,

Could we please publish the NuGet packages? That would dramatically simplify the installation process for many users.

I see package names listed in CMakeLists.txt, but they strangely have never been published, especially Microsoft.MSIX.Packaging.Linux.

https://www.nuget.org/packages?q=Microsoft.MSIX.Packaging

https://www.nuget.org/packages?q=Microsoft.MSIX.Packaging.Linux

    set(MSIX_NUGET_NAME "Microsoft.MSIX.Packaging.Windows")
elseif(MACOS)
    set(MSIX_NUGET_NAME "Microsoft.MSIX.Packaging.MacOS")
elseif(IOS)
    set(MSIX_NUGET_NAME "Microsoft.MSIX.Packaging.iOS")
elseif(AOSP)
    set(MSIX_NUGET_NAME "Microsoft.MSIX.Packaging.AOSP")
else()
    set(MSIX_NUGET_NAME "Microsoft.MSIX.Packaging.Linux")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs-TriageIssue needs to be triaged by a member of the core team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions