We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I call NuGetInstall, Cake forces passing the argument -NonInteractive by default without allowing the developer to force otherwise.
Like it happens in NuGetRestore, I expect to be able to set NonInteractive to false in NuGetInstall.
(I added no more information because this looks good enough).
Thanks, Diogo
The text was updated successfully, but these errors were encountered:
If this seems to make sense, I may start working on a PR to fix this issue.
Sorry, something went wrong.
Yes enabling to have that on NuGetInstallSettings makes sense to me.
NuGetInstallSettings
Closed via #2672
No branches or pull requests
What You Are Seeing?
When I call NuGetInstall, Cake forces passing the argument -NonInteractive by default without allowing the developer to force otherwise.
What is Expected?
Like it happens in NuGetRestore, I expect to be able to set NonInteractive to false in NuGetInstall.
(I added no more information because this looks good enough).
Thanks,
Diogo
The text was updated successfully, but these errors were encountered: