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 update -self -Source https://feed #1783

Closed
emgarten opened this issue Nov 25, 2015 · 3 comments · Fixed by NuGet/NuGet.Client#3352
Closed

nuget.exe update -self -Source https://feed #1783

emgarten opened this issue Nov 25, 2015 · 3 comments · Fixed by NuGet/NuGet.Client#3352
Assignees
Labels
help wanted Considered good issues for community contributions. Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:NuGet.exe NuGet.exe Type:DCR Design Change Request Type:Feature

Comments

@emgarten
Copy link
Member

nuget.exe update -Self is hardcoded to use nuget.org v2
https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Clients/NuGet.CommandLine/Common/SelfUpdater.cs#L44

This command should be improved so that v3 sources can be used. It should also be possible to update from a local v3 server or pre-release feed such as the nuget-build feed.

@emgarten emgarten changed the title nuget.exe update is hardcoded to nuget.org v2 nuget.exe update -self is hardcoded to nuget.org v2 Nov 25, 2015
@yishaigalatzer
Copy link

Putting in vNext.

The suggestion is to support a -Source flag that can point to the myget nugetbuild feed for example.

@yishaigalatzer yishaigalatzer added this to the Client-VNext milestone Dec 31, 2015
@yishaigalatzer yishaigalatzer changed the title nuget.exe update -self is hardcoded to nuget.org v2 nuget.exe update -self -Source https://feed Dec 31, 2015
@harikmenon harikmenon modified the milestones: Client-VNext, Future Apr 19, 2016
@yishaigalatzer yishaigalatzer modified the milestones: 3.6 RTM, Future Oct 18, 2016
@emgarten
Copy link
Member Author

We should consider this along with removing nuget.core.dll from nuget.exe

@emgarten emgarten modified the milestones: Future-1, Backlog Nov 10, 2017
@emgarten emgarten added Priority:2 Issues for the current backlog. Product:NuGet.exe NuGet.exe Type:DCR Design Change Request labels Nov 10, 2017
@nkolev92 nkolev92 added help wanted Considered good issues for community contributions. Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. and removed Priority:2 Issues for the current backlog. labels Jan 23, 2020
@nkolev92
Copy link
Member

With NuGet/NuGet.Client#3200, the change to add source support for -self is now trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Considered good issues for community contributions. Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:NuGet.exe NuGet.exe Type:DCR Design Change Request Type:Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants