Replies: 1 comment
-
@ipavlu Are you able to provide a link to a repro example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I created a module based on cake module construction video tutorial.
It worked when it was simple.
But when I tied some functionality to nuget or more specifically private nuget feed,
then I found myself in trouble. The module seems to be missing nuget packaged dependencies.
I installed the module by -bootstrap, I have set --nuget_loaddependencies=true and also in config, nothing helped...
config.cake and nuget.config contain all necessary parts.
The module was installed by --bootstrap from private nuget feed configured in nuget.config, so it works.
It just installs the nugget package of the module, the dll, but dependencies that are in sam feed are not present.
Beta Was this translation helpful? Give feedback.
All reactions