Xyanid / NuGetDeploy

Visual Studio Extension to integrate NuGet Deploy options to visual studio
7 stars 9 forks source link

Nuget 3.5 deploy fails with 'Ambiguous option' #3

Closed AlyceBills closed 7 years ago

AlyceBills commented 7 years ago

I updated my NuGet version to 3.5 (both the Visual Studio Package Manager and nuget.exe), and since then, deployment fails with the following error.

An Error occured while deploying the nuPkg file: Ambiguous option 's'. Possible values: Source SymbolSource SymbolApiKey.

I see that these guys had the same issue - the push command being called with '-s'. They fixed it by using the full name of the switch (-source).

Xyanid commented 7 years ago

Thanks for the fix, I will prepare a new release for it