PoshCode / ModuleBuilder

A PowerShell Module to help scripters write, version, sign, package, and publish.
MIT License
445 stars 54 forks source link

Fixes a bug to find module manifest when there are no build manifest #90

Closed johlju closed 4 years ago

johlju commented 4 years ago

In recent beta the option was added to remove the build manifest from the source folder. This resolves a bug that fails to find the module manifest when there are no build manifest.


This change is Reviewable