theohbrothers / PSModulePublisher

A project containing the necessary tools to ease publishing of PowerShell modules.
Apache License 2.0
1 stars 1 forks source link

Enhancement: Install RequiredModules before generating module manifest in `Invoke-Build.ps1` #31

Closed leojonathanoh closed 1 year ago

leojonathanoh commented 1 year ago

Previously , without a module's RequiredModules installed,New-ModuleManifest and Update-ModuleManifest will fail with an error.

Now, installing required modules is done before generating the module manifest.