Pansies
Pansies copied to clipboard
Build dependency on Get-Metadata - not included with module
Do you have a bootstrapping mechanism to pull down the various dependencies required to build the module?
I do not, yet. I'll probably just use PSDepends.
I have, however, documented that dependency (on Configuration)in the manifest now (and added an undocumented dependency in the build.ps1 on ModuleBuilder which still hasn't been published to the gallery -- that's next on my list).
Well, it turns out, now we have Install-RequiredModule so I should definitely use that!