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
Install built module into its manifest version folder
Install-PSModule copied the built module into a hard-coded 999.0.0 folder, so Import-Module failed once the manifest carried a real (non-placeholder) version. Read the manifest ModuleVersion and install into the matching version folder, falling back to 999.0.0 only when the manifest is unstamped.
0 commit comments