NPM: Package Manager Console Host Version 3.4.4.1321
nuget.exe: NuGet Version: 3.5.0.1938
Visual Studio: 2015 Enterprise
Attempting to restore and build a .nupkg file to bin gets different results, depending on if I use Visual Studio/NPM or Command Line/nuget.exe.
I can get the .dll files to output to bin with CL restore/build, but my .xml files in contentFiles folder ONLY write to bin with nuget.exe (command line restore and build), not with NPM (Visual Studio restore and build)
Should I not get the same output to bin folder and to project.lock.json regardless of what restore method I use? After inspection of project.lock.json I notice that the Command Line restore produces DIFFERENT output than a Visual Studio restore. That's why I am getting different output in the BIN.