goBazinga / elmah

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

NuGet.exe update breaks pack.cmd with ambiguous option error #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Checkout branch RB-1.2-NuGet
2. Run pack.cmd in the root of the working directory.

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

Expected the packaging to complete without errors but instead fails with the 
following error:
Ambiguous option 'v'. Possible values: Verbose Version.

The full output of running pack.cmd can be found in the attached packlog.txt

Original issue reported on code.google.com by azizatif on 11 Mar 2011 at 7:54

Attachments:

GoogleCodeExporter commented 8 years ago
NuGet.exe (1.2.20216.59) only has one `v` (verbose) option for the pack 
command. The update (1.3.20311.158) contains `verbose` and `version`.

Original comment by azizatif on 11 Mar 2011 at 7:59

GoogleCodeExporter commented 8 years ago
Fixed in r803.

Original comment by azizatif on 11 Mar 2011 at 8:00

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 3 May 2011 at 8:55