Closed GoogleCodeExporter closed 9 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
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
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
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
Original issue reported on code.google.com by
palfrey
on 30 Apr 2014 at 1:37