PowerShell/src/Modules
Andrew 6e73c2d4f6
Remove PSDesiredStateConfiguration v2.0.5 module (#15536)
* No longer include module with PS releases

* Updated assets/wix/files.wxs

* Moving tests out of the ps repo

* Debug 1

* Debug 2
2021-06-09 12:15:46 -07:00
..
Shared/Microsoft.PowerShell.Host Update the PowerShell modules to use the new Help URI (#12686) 2020-06-02 11:46:24 -07:00
Unix Add -SkipLimitCheck switch to Import-PowerShellDataFile (#13672) 2020-12-09 11:07:07 -08:00
Windows Add -SkipLimitCheck switch to Import-PowerShellDataFile (#13672) 2020-12-09 11:07:07 -08:00
nuget.config Fix the build when using PSDesiredStateConfiguration module from PS Gallery (#15355) 2021-05-05 15:37:06 -07:00
PSGalleryModules.csproj Remove PSDesiredStateConfiguration v2.0.5 module (#15536) 2021-06-09 12:15:46 -07:00
README.md Remove unneeded "Windows-Full" modules (#7030) 2018-06-13 09:06:41 +05:00

Modules

There are 3 directories with content files. Content files includes:

  • ps1xml
  • psm1
  • psd1
  • ps1

These files are copied as-is by dotnet

  • Shared (shared between Windows and Unix)
  • Windows
  • Unix

Notes

We have files with the same names in different folders. That means that the contents of these two files are different. I.e. if it's .psd1 file, it could be because CmdletsToExport are different for different runtimes (platforms) or frameworks.