How to avoid installing required modules locally when publishing a module. #989
Unanswered
Toé (denisky)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a module B which requires a module A.
I'm trying to publish the module to a local repository using
Publish-PSResourcecommand.This fails if the module is not installed locally:
I tried the option
-SkipDependenciesCheckbut I'm getting the same behavior.Is it a supported use case?
All reactions