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

Pull down NuGet.exe as part of pre-build #59

Open
willduff opened this issue Dec 10, 2015 · 2 comments
Open

Pull down NuGet.exe as part of pre-build #59

willduff opened this issue Dec 10, 2015 · 2 comments

Comments

@willduff
Copy link
Member

Per @borrillis in pull request #41:

There needs to be a 'prebuild' step that ensures the nuget executable has been downloaded. Currently this is done in the build.cmd batch file. We need to move this into an MSBuild project and set it as a dependency for all the other projects.

@wasker
Copy link

wasker commented Dec 10, 2015

@willduff Should we simply check-in NuGet as part of a solution? This is what Visual Studio's "Enable NuGet package restore" feature does...

@borrillis
Copy link

I like the idea of downloading the latest version, due to the aversion of checking in binaries, however, I have worked on other projects that checked in in as well. Checking it in works well, if you need to be strict on version requirements. Forcing users to be connected on their first build isn't a stretch as far as I am concerned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants