You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The expected result is that values should be used in order:
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 ...