goBazinga / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

NuGet.exe is missing from .nuget #362

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to build project in VS

What is the expected output? What do you see instead?

Built project expected, gets failed project instead.

Original issue reported on code.google.com by palfrey on 30 Apr 2014 at 1:37

GoogleCodeExporter commented 8 years ago
https://code.google.com/r/palfrey-elmah/source/list?name=362_NugetExe fixes this

Original comment by palfrey on 30 Apr 2014 at 1:40

GoogleCodeExporter commented 8 years ago
Why have nuget.exe in source control at all? NuGet package restore is now built 
into NuGet, why the .nuget folder solution have been deprecated.

Original comment by thomasar...@gmail.com on 30 Apr 2014 at 6:20

GoogleCodeExporter commented 8 years ago
In addition to the comment from @thomsardal, committing large binaries 
(especially with release) bloats the repo size unnecessarily. The prestore.cmd 
in the ELMAH repo root always assumed you had some version of NuGet.exe in your 
path to restore packages.

Original comment by azizatif on 30 Apr 2014 at 8:41

GoogleCodeExporter commented 8 years ago
Is prestore.cmd documented anywhere? I'd just assumed I'd be able to open the 
.sln and it would work...

Original comment by palfrey on 11 May 2014 at 6:25