I have a C# solution containing different projects. On those projects, I have some normal nuget packages like Newtonsoft.Json, EntityFramework , etc. But when I checkout my source on another machine, and build it, it won't copy the Dlls
I've committed the whole solution folder to git and I can see the package folder and the contents in Bitbucket. What did I do wrong?
P.S: I know that I can run below to restore my packages, but that is a big pain. P.S.S: I've searched and saw this and this. I am looking for a way to prevent it from happening again
nuget install packages.config