Closed
Description
It's about this TODO
comment:
azure-functions-powershell-worker/build.ps1
Lines 80 to 84 in 9651c98
PR PowerShell/PowerShell#11832, which is included in PS 7.0, makes the Microsoft.PowerShell.SDK
package bundle built-in PowerShell modules (those that are not published anywhere) properly for both Windows and Unix platforms. After dotnet publish
or dotnet build
, the modules will be placed in the $PSHome\Modules
folder.
Built-in modules are platform specific, and they are put in <output-dir>\runtimes\win\lib\netcoreapp3.1\Modules
and <output-dir>\runtimes\unix\lib\netcoreapp3.1\Modules
respectively.
Metadata
Metadata
Assignees
Labels
No labels