-
Notifications
You must be signed in to change notification settings - Fork 586
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
Comments
yes this sounds like a good addition. |
btw: there is a tryFindFileOnPath in ProcessHelper.fs - it should help you to implement this. |
I saw that you worked on it while I was preparing my PR 😥. Directly related to this issueIndirectly related to this issue |
please send a pull request. I fixed another bug. I think the Nuget path finder is still broken. |
OK, I will continue on it. However, after remarking that the 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: |
I had to remove a bad commit. I agree it would have been better to just revert that thingy. |
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?
The text was updated successfully, but these errors were encountered: