Skip to content

Publish PowerShell NuGet packages for Linux/OSX platforms #3417

@daxian-dbw

Description

@daxian-dbw

PowerShell Core builds separately for Windows and Unix, so the assemblies are different between Windows and Unix platforms. All PowerShell Core packages we published so far contain windows assemblies only.

The ideal solution is to have one package that contains assemblies for both Windows and Unix platforms. But dotnet pack doesn't seem to support this.

This is blocking hosting powershell in .NET Core applications on Linux/OSX.
The discussion of this issue originates from #3409

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions