We're getting the following warnings when using 2.1 to package a nuspec that uses portable in the tools folders:<br /><br /> Issue: Unrecognized PowerScript file.<br /> Description: The script file 'tools\portable-net40+sl4+win8+wp71\Install.ps1' is not recognized by NuGet and hence will not be executed during installation of this package.<br /> Solution: Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.<br /> <br /> Issue: Unrecognized PowerScript file.<br /> Description: The script file 'tools\portable-net40+sl4+win8+wp71\Uninstall.ps1' is not recognized by NuGet and hence will not be executed during installation of this package.<br /> Solution: Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.<br /><br />This script seems to run correctly, and Package Manager recognizes it.
↧