psake / PowerShellBuild

Common build tasks for psake and Invoke-Build that build and test PowerShell modules
MIT License
133 stars 24 forks source link

Importing module fails under Core on Linux #22

Closed pauby closed 5 years ago

pauby commented 5 years ago

Expected Behavior

When importing the module under Core on Linux it should work as it does under Windows.

Current Behavior

The module fails to load the public functions from the 'public' folder.

Possible Solution

The folder is not called 'public' but 'Public'. Windows doesn't care about path case. Linux does.

Steps to Reproduce (for bugs)

  1. Under Core on Linux just import the module as normal.

Your Environment

devblackops commented 5 years ago

Fixed in #24