tldag-blog
The Dog chases its own Tail
I want to publish a binary module to the PowerShell Gallery.
To do this, you call
Publish-Module
.
Publish-Module
publishes a locally installed module to the gallery.
To locally install a module, you call
Install-Module
.
Install-Module
installs a module from a repository like the gallery.
To do this, the module must be published to the gallery.
I eventually found the
solution
.