ModuleAssembler
1.0.0Schema URL
ModuleAssembler data utilized when building a module.
Properties
Name of the module project.
Description of the functionality provided by this module.
Version number of this module, use Semantic Versioning.
PowerShell Module Manifest Configuration Items.
9 nested properties
Author of this module.
Minimum version of the PowerShell engine required by this module.
ID used to uniquely identify this module.
Company or vendor of this module.
Tags applied to this module. These help with module discovery in online galleries.
A URL to the main website for this project.
A URL to the license for this project.
A URL to an icon representing this module.
Modules that must be imported into the global environment.
Specifies if resource files will be placed in the built module's root directory, instead of in a resources subfolder.
Pester Configuration Items.
3 nested properties
Code Coverage Configuration.
3 nested properties
Enable Code Coverage.
Format to use for code coverage report. Valid options are JaCoCo, CoverageGutters, Cobertura.
Target percent of code coverage that you want to achieve.
Test Result Configuration.
2 nested properties
Enable Test Results.
Format to use for test result report. Valid values NUnitXml, NUnit2.5, NUnit3 or JUnitXml.
Output Configuration.
1 nested properties
The verbosity of output. Valid options are None, Normal, Detailed or Diagnostic.