Update the NuGet package generation to include 'cimcmdlet.dll' and most of the built-in modules#11832
Conversation
…st of the built-in modules
|
The solution is not perfect. This fix targets For |
|
@daxian-dbw If a doc issue was filed, please add the link in the description |
…st of the built-in modules (PowerShell#11832)
|
🎉 Handy links: |
PR Summary
Fix #11783
Microsoft.Management.Infrastructure.CimCmdletsNuGet packageMicrosoft.PowerShell.SDKNuGet package except for thePSDesiredConfigurationmodule.PSDesiredConfigurationmodule is not included because it has files in nested folders, which cause the file path length to be more than 180 in the dotnet-interactive global tool, so it will require the long path support to work. I'm not sure if this would be a problem, and thus don't have it included.PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.