-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.2.3 nuget package malformed #5
Comments
Any plans on fixing the Nuget package so we can use NuGet to install this? |
Will do it this weekend |
@jdmgomoo @jci-trawicki I can't reproduce this issue. Can you please provide more details like screen shots? |
To reproduce this I did the following steps. Open a Command prompt and execute each line: mkdir nugetTest I am seeing that the contents are still compressed into the package file: If you change the extention on the System.Web.Optimization.Less.1.2.3.nupkg to ".zip" This should extract to lib/net40/. The other package dependencies install correctly. I hope that helps. |
@jdmgomoo |
Using nuget.exe, not Visual Studio, version 1.2.3 nuget package cannot be installed. The dll and pdb seem to have an encoded path rather than being actually in a lib\net40 folder. If you open with Windows Explorer or 7zip this is easy to see. Or rename nupkg to .zip and extract. For reference v1.1.0 is fine.
The text was updated successfully, but these errors were encountered: