Skip to content
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.exe push help for -source, should be source name, not source uri #9265

Closed
zivkan opened this issue Mar 6, 2020 · 4 comments · Fixed by NuGet/NuGet.Client#2744
Closed

Comments

@zivkan
Copy link
Member

zivkan commented Mar 6, 2020

It incorrectly says the argument should be the server URL, but in fact it should be the source name as defined in the nuget.config file.

@rrelyea
Copy link
Contributor

rrelyea commented Mar 6, 2020

@poke - have you confirmed that this works well in dotnet nuget push as well? Would be great to fix both if needed.

@dominoFire
Copy link
Contributor

These are the commands that use -Source parameter.

  • nuget add
  • nuget push
  • nuget delete
  • nuget install
  • nuget list
  • nuget restore
  • nuget setapikey
  • nuget update
  • dotnet nuget push
  • dotnet restore

@poke
Copy link

poke commented Mar 14, 2020

@rrelyea I don’t know. I just came from #2504 and tried to fix the CLI documentation to match the documentation that was used on docs.microsoft.com.

@dominoFire dominoFire self-assigned this Mar 16, 2020
dominoFire pushed a commit to NuGet/NuGet.Client that referenced this issue Mar 20, 2020
@rrelyea
Copy link
Contributor

rrelyea commented May 19, 2020

@dominoFire - do we have a follow up issue to fix the rest of them? if not, can you please open.

@rrelyea rrelyea changed the title Fix nuget.exe push help for the source argument nuget.exe push help for -source, should be source name, not source uri May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants