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
CLI should just invoke dotnet restore implicitly for commands that require it:
The text was updated successfully, but these errors were encountered:
I believe this issue is related: NuGet/Home#4329.
Sorry, something went wrong.
We should add a parameter to turn this off though. Likely a --no-restore flag.
cc @richlander
--no-restore
Not that I'm against that but what scenarios would require that?
@terrajobst
I would guess to not restore for each build... i'm guessing it'd only be beneficial for local development, and not a build server scenario.
PR: dotnet/cli#6762.
livarcocc
No branches or pull requests
CLI should just invoke dotnet restore implicitly for commands that require it:
The text was updated successfully, but these errors were encountered: