| document type | cmdlet |
|---|---|
| external help file | ModuleTools-Help.xml |
| HelpUri | |
| Locale | en-US |
| Module Name | ModuleTools |
| ms.date | 03/19/2026 |
| PlatyPS schema version | 2024-05-01 |
| title | Invoke-MTBuild |
Build a ModuleTool project to generate ready to import PowerShell Module.
Invoke-MTBuild [<CommonParameters>]
This cmdlet has the following aliases, {{Insert list of aliases}}
This function is used to build a module, dist folder is cleaned up and whole module is build from scracth. copies all necessary resource files.
Invoke-MTBuild
Invoke-MTBuild -Verbose
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
{{ Fill in the related links here }}