-
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.Restore.RestoreMSSolutionPackages quoting seems broken #1933
Comments
I think we now have a working quoting implementation in place. Problem is I might have mixed that with existing code trying to do manual quoting. Once that is figured out it should work correctly. In particular I'm pretty sure that https://github.com/fsharp/FAKE/blob/master/src/app/Fake.Core.Process/CmdLineParsing.fs is working (I use it on various projects with weird command line arguments). Point is that we now need to ensure that whatever we give into: is the correct list of arguments. |
Ah wait you are talking about nuget task. We probably need to do the same as we did for the msbuild task and use |
Wanted to send something tonight, but need to go. Will try again next evening ;D please ping if I don't. |
@0x53A ping :) |
I'm not even sure what I just saw... 92cd82b |
Don't worry about it. I was bored while waiting for a build ;) |
However it will not be part of rc16 (because that was the build I was waiting on) |
The whole quoting code looks suspicious, CLI passing on windows is a bleeping mess.
The text was updated successfully, but these errors were encountered: