KBNanda
KBNanda

Reputation: 667

Nuget CLI command not recognized and error comes while running commands in Package Manager Console

I want to pack my Visual studio class library project into a Nuget package and need to push to azure Artifacts feed.

But when I run command 'nuget restore' in the Package Manager Console it says error as 'command not recognized....'

Please let me know why the command is not recognized

Upvotes: 0

Views: 174

Answers (1)

KBNanda
KBNanda

Reputation: 667

Install the 'NuGet.CommandLine' nuget package to make it work.

Upvotes: 1

Related Questions