cake-build/cake

UseInProcessClient = false does not honor loaddependencies setting

Open

#3.011 aberto em 22 de dez. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C# (738 forks)batch import
BugHelp wantedUp-for-grabs

Métricas do repositório

Stars
 (3.742 stars)
Métricas de merge de PR
 (Mesclagem média 1d 1h) (25 fundiu PRs em 30d)

Description

What You Are Seeing?

When running Cake using external NuGet, if I reference a NuGet package that has dependences, those dependencies do not get restored, even when the loaddependencies is set to true. The same cake scripts work when UseInProcessClient is set to true.

#addin "RazorEngine&version=3.10.0&loaddependencies=true"

What is Expected?

Dependencies get restored.

What version of Cake are you using?

0.38.5

Are you running on a 32 or 64 bit system?

64 bit

What environment are you running on? Windows? Linux? Mac?

Windows

Guia do colaborador