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

Cake.ps1 doesn't download the latest nuget #32

Closed
fleed opened this issue Nov 2, 2016 · 2 comments
Closed

Cake.ps1 doesn't download the latest nuget #32

fleed opened this issue Nov 2, 2016 · 2 comments

Comments

@fleed
Copy link

fleed commented Nov 2, 2016

Cake.ps1 is downloading nuget.exe using the address https://nuget.org/nuget.exe, which returns an old version (2.8.60717.93).

The build.ps1 script that it is added using the Visual Studio Extension bootstraps downloading from https://dist.nuget.org/win-x86-commandline/latest/nuget.exe, which returns the latest version.

Shouldn't Cake.ps1 download the latest version, unless differently configured (see this issue)?

@frozenskys
Copy link
Contributor

frozenskys commented Nov 2, 2016

@fleed this should be fixed as part of PR #30

@fleed
Copy link
Author

fleed commented Nov 3, 2016

@frozenskys thanks, that looks exactly what's needed and I can close this issue.

@fleed fleed closed this as completed Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants