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 running paket remove nuget XXX group YYY, install process which is invoked afterwards, should be restricted to group YYY only
paket remove nuget XXX group YYY
YYY
Please provide the steps required to reproduce the problem
see #1596
Currently, full install is performed after remove
remove
use --no-install switch
--no-install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When running
paket remove nuget XXX group YYY
, install process which is invoked afterwards, should be restricted to groupYYY
onlyRepro steps
Please provide the steps required to reproduce the problem
see #1596
Actual behavior
Currently, full install is performed after
remove
Known workarounds
use
--no-install
switchRelated information
see #1596
The text was updated successfully, but these errors were encountered: