-
Notifications
You must be signed in to change notification settings - Fork 252
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
Source parameter was not specified when pushing #7044
Comments
Do you have a default push source configured? This is the expect behavior otherwise as NuGet does not know where to push. https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file |
@nkolev92 based on docs:
I'm using nuget.exe. On the link you provided I cannot find any section related to symbol source. I always thought that |
@nkolev92 I've seen that, but because of Microsoft Docs I was hope there is a way to push both with one command. |
@msmolka We did document the new behavior of not auto pushing the .nupkg and .symbols.nupkg together. Looks like we can clean it up more to reflect this behavior. |
Details about Problem
NuGet product used NuGet.exe:
NuGet version (4.7.0.5148):
I'm trying to push both package and related symbols however when doing following command based on doc: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages
nuget push MyPackage.nupkg
my command:
NuGet.exe Push ../../.nuget/ZNetCS.AspNetCore.ResumingFileResults.2.1.1.nupkg
I'm having error:
Source parameter was not specified.
my files are named:
ZNetCS.AspNetCore.ResumingFileResults.2.1.1.nupkg
ZNetCS.AspNetCore.ResumingFileResults.2.1.1.symbols.nupkg
The text was updated successfully, but these errors were encountered: