PoshCode / Configuration

A module to help other modules have settings
MIT License
176 stars 27 forks source link

Fixed lowercase of module files #18

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

AppVeyor creates the folder of the project in lower case. Buy using Split-Path -Leaf, this is used for the module's psm1 and psd1 files during compilation. By using AppVeyor's Project_Name env var, we can fix this