I needed to create a .nupkg of my project, and in order to do this, I needed to install the nuget.exe and add it to Environment Variables.
I added it to the following:
User Variables:
- Variable: PATH
- Value: C:\Program Files\nuget
System Variables
- Variable: PATH 
- Value: C:\Program Files\nuget 
After adding the above, I opened my Visual Studio, and it will no longer restore my packages on the build.
Am I missing a step?
 
    