mirror of
https://github.com/git/git.git
synced 2026-01-19 15:09:01 +00:00
In Git for Windows' SDK, there is already a script to package Git for Windows as a NuGet package, downloading nuget.exe if needed. Let's just fall back to using that executable (if it is there) if nuget.exe was not found in the PATH. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>