The expected result is that values should be used in order:
- Actual values provided at the command-line always win
- The values in build.psd1 override the
- Default values on Build-Module
Perhaps we should not have the default parameter values in Build-Module, and instead set those as fallback values during initialization after we read build.psd1 ...