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 (modulemanifest): Simplify definition file path #22

Closed joeltimothyoh closed 1 year ago

joeltimothyoh commented 1 year ago

This changes the module manifest definition file path to "$($global:PROJECT['BUILD_DIR'])\definitions\modulemanifest.ps1" while maintaining backward support for the path "$($global:PROJECT['BUILD_DIR'])\definitions\modulemanifest\definition.ps1".