1dustindavis/gorilla

Potential issue with how gorilla installs .nupkg

erikng opened this issue · 2 comments

When debugging another issue, I noticed when invoking chocolatey through PowerShell.

The use of .nupkg or .nuspec in for package name or source is known to cause issues. Please use the package id from the nuspec with-s . (for local folder where nupkg is found).

I'm not sure what issues this could cause, but perhaps this needs to be fleshed out or better understood. Perhaps Gorilla will fail to install some packages.

This might be a duplicate of: #54

Duplicate of #54