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 helper does not finds the tool if present in PATH #702

Closed
bbenoist opened this issue Mar 23, 2015 · 6 comments
Closed

NuGet helper does not finds the tool if present in PATH #702

bbenoist opened this issue Mar 23, 2015 · 6 comments

Comments

@bbenoist
Copy link
Contributor

Hello there,

I am encountering a behavior that I did not expected while using NuGet for creating packages.

The RestorePackageHelper::findNuget function does not search for the presence of the executable in the PATH environment variable.

Is it voluntary or can I propose a PR for this?

@forki
Copy link
Member

forki commented Mar 23, 2015

yes this sounds like a good addition.

@forki
Copy link
Member

forki commented Mar 23, 2015

btw: there is a tryFindFileOnPath in ProcessHelper.fs - it should help you to implement this.

@bbenoist
Copy link
Contributor Author

I saw that you worked on it while I was preparing my PR 😥.
Here is my work on the FAKE source code since yesterday in case you still want to integrate some parts of it:

Directly related to this issue

Indirectly related to this issue

@forki
Copy link
Member

forki commented Mar 24, 2015

please send a pull request. I fixed another bug. I think the Nuget path finder is still broken.

@bbenoist
Copy link
Contributor Author

OK, I will continue on it.

However, after remarking that the master branch has been reset to a previous commit, then, diverged from its original state, one question remains:

Should I rebase and recreate all my branches or will you merge them into master anyway?

As I have previously been confronted with such problems and eliminated most of them with an adapted workflow, here is some useful information about the available stategies:

@forki
Copy link
Member

forki commented Mar 24, 2015

I had to remove a bad commit. I agree it would have been better to just revert that thingy.
Plese rebase your commit on current master.

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