-
Notifications
You must be signed in to change notification settings - Fork 525
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
Updating the bootstrapper/paket.targets #790
Comments
Seriously wondering why this wasn't suggested earlier. |
I have thought about it earlier and thought about |
BTW you can copy it over the current bootstrapper.exe to self update |
so we need a Paket.Boostrapper package? |
@Stift what about the How do we know when to run the update command? every time? or is |
@forki in case we want a self update via nuget we could need one |
@dnauck have not considered yet the paket.target file, but could be done easily. Do we consider the paket.target as unchangeable and overwrite it without asking? I'm just asking because users could change it and are not aware of a change. |
Thank you @forki for the package I have included this now. |
This issue is still open, because the request of @dnauck for updating the paket.targets file is still unresolved. |
Currently the bootstrapper also updates itself via |
That would be easily doable. We just display an info when updating that just checks the latest version an displays it. |
Closing old issue. |
Currently we don't have updates or update notifications for the bootstrapper.
We could either:
paket outdated
or update it onpaket update
, etc.It should also update the
paket.targets
file when required.Current disadvantages:
The text was updated successfully, but these errors were encountered: