-
Notifications
You must be signed in to change notification settings - Fork 588
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
Nuget (3.5.0) push with PublishUrl errors out with ambiguous argument #1415
Comments
could you please try to come up with a fix? |
Cool catch. Just use the full name of the switch. The commandline can use a partial if there are no collisions. I believe we added a new switch which will break this shorthand. Thinking out loud: we should keep it as is and perhaps call it out? Thoughts? |
tbh we are probably much faster to fix it in FAKE. but will -Source break older nuget.exes? |
It shouldn't because they always had it. For example: Should all still work |
thanks. just saw we already use -source in different command. so I think aad67ca is fine. |
That was fast! |
Description
When publishing a package with the Nuget helper and using Nuget 3.5.0, the publish fails with a
Ambiguous option 's'. Possible values: Source SymbolSource SymbolApiKey.
error.Repro steps
Expected behavior
The Nuget CLI should not throw a parameter error.
Actual behavior
A parameter error is thrown by the Nuget CLI:
Ambiguous option 's'. Possible values: Source SymbolSource SymbolApiKey.
Known workarounds
Manually push the package using the
-Source
parameter instead of-s
.The text was updated successfully, but these errors were encountered: