nuget package restore doesn't restore content files
description
I ran into a tough glitch yesterday with regards to NuGet packages in a downloadable sample. I followed the tip of enabling the project to restore packages, but it seems like restoring a package is not the same as installing a package. Some of the packages in my sample install javascript libraries in the scripts folder during installation. I figured I should delete those script files in addition to deleting the package. However, when I restored the package, the script files were not re-installed. I had to delete the package but leave the script files, which seems like I am breaking the OSS guidelines by essentially re-distributing someone else’s script library. Perhaps by forcing users to at least restore the package, they are agreeing to the NuGet terms and therefore everything is okay.