PowerShell/src/Modules
Dongbo Wang 76b1b1c9e6
FixBuild: Revert the changes to get Pester from NuGet cache (#6282)
Attempt to fix the macOS build.
In #6263, I tried flushing the cache and it worked in the PR. However, after merging the PR, it turns out the master CI build failed again with the same Pester package restore error. So I'm reverting the change that got Pester from NuGet cache.
2018-02-28 21:08:17 -08:00
..
Shared Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Unix Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Windows-Core Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Windows-Core+Full Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Windows-Full Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
PSGalleryModules.csproj FixBuild: Revert the changes to get Pester from NuGet cache (#6282) 2018-02-28 21:08:17 -08:00
README.md Update src/Modules/README.md 2016-07-28 12:38:24 -07: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 all variations)
  • Windows+Unix-Core
  • Windows-Core
  • Windows-Core+Full
  • Windows-Full
  • 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.