-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Labels
Needs-TriageIssue needs to be triaged by a member of the core teamIssue needs to be triaged by a member of the core team
Description
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")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs-TriageIssue needs to be triaged by a member of the core teamIssue needs to be triaged by a member of the core team