Wednesday, January 22, 2014

Manage NuGet packages when moving the solution from one location to another

I was stuck in one issue today when I got one new solution to work on, i.e. some compilation issues in nuget packages such as angularJS, webgrease, optimization etc.

So, to avoid resintalling all packages again and again from nuget, you need to use the following way in Visual Studio.

You need to enable nuget package restore on Visual Studio solution. To enable it
1. Right Click the Solution
2. Select 'Enable Nuget Package Restore'.
3. Build the solution.


I hope this will save your time in such issues.


Thanks..Happy Coding :)

No comments:

Post a Comment