Pansies icon indicating copy to clipboard operation
Pansies copied to clipboard

Build dependency on Get-Metadata - not included with module

Open rkeithhill opened this issue 8 years ago • 2 comments

Do you have a bootstrapping mechanism to pull down the various dependencies required to build the module?

rkeithhill avatar Jul 02 '17 01:07 rkeithhill

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).

Jaykul avatar Sep 08 '18 04:09 Jaykul

Well, it turns out, now we have Install-RequiredModule so I should definitely use that!

Jaykul avatar Jul 18 '21 20:07 Jaykul