-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create initial version #1
Comments
Use info about exporting module items: https://www.itidea.nl/index.php/powershell-export-modulemember-vs-export-keys-in-manifest/ |
To publish to PowerShellGallery: First, the module has to be loaded locally (Import-Module) Essentially, its just:
|
Attempting to publish this to PowerShellGallery with the following command:
failed:
So it seems more installation is required before being able to publish: https://docs.microsoft.com/en-us/powershell/module/powershellget/publish-module?view=powershell-7 https://docs.microsoft.com/en-gb/dotnet/core/tools/dotnet-install-script Or for a simpler life, just publish from windows. |
No description provided.
The text was updated successfully, but these errors were encountered: