Error - Unable to locate 'C:\.....\.nuget\NuGet.exe'
You sometimes get this when building a project that you cloned from GitHub.
Under .nuget/nuget.Targets in your project, change:
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false ...
to
<DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">true ...
Enjoy!
17 comments:
It worked. Thanks!
It worked. Thanks!
You saved me a day. Thanks.
Thanks a lot. This helped me to fix the issue :)
Thanks a lot. This helped me to fix the issue :)
yessss! thanks!
Thanks a lot, simple hint big help
It worked. I owe you one.
I owe you one, thanks. It worked!
Really It worked. Thanks you so much.
It worked, thanks you very much.
tks man..
thnak you :)
Thanks man :)
Thanks a lot - It worked like a charm!
Thanks a lot - worked like a charm!
Thanks!
Post a Comment