I\'m writing my first install PowerShell script for a NuGet package. I\'m trying to copy a file from the lib
folder into the tools
folder of another Nu
In NuGet 2:
In NuGet 3:
Note that the $package in NuGet 3 has a fewer properties available so some PowerShell scripts included with existing NuGet packages will not work.