This functionality has been discussed and requested as a feature for a future version of NuGet.
While this gets into the core of NuGet, you can use this code in an install.ps1 script (see Automatically Running PowerShell Scripts During Package Installation and Removal section if you don’t know what that file is for):
param($installPath, $toolsPath, $package, $project)
# Th
read more »
Be the first to post a Comment!