I want to understand more about how NuGet works. Let's say I have solution with many projects in a solution. Now when I add a NuGet Package, it creates a Packages folder at the Solution Level. This is all fine.
Now lets say we push this code to Source Countrol, in the build server do we need to include the packages folder in the source control or Nuget will detect and create packages folder and install the DLLs ?
Just checking if my understanding is correct ?