Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

found two error , find nuget.exe and Running MSharpGenerateUI #235

Closed Hatef-Rostamkhani closed 5 years ago

Hatef-Rostamkhani commented 5 years ago

when msharp-build want to found nuget.exe by where.exe you set working directory as c:\windows\system32 and nuget not found so I have an error to find nuget.exe, if you set empty nuget.exe was found

OliveSolution.cs method RestoreNuget() called i have a error when called WindowsCommand.FindExe("nuget")

next error

the error when Running MSharpGenerateUI, when I write Thread.Sleep(2000); my error resolved.

logs.txt

PaymonK commented 5 years ago

manually merged