Hi,
I'm using the nuget cmd tool in order to install the build tool "FAKE - F# Make" (
https://github.com/fsharp/fake) via the following script:
"tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion"
Unfortunately nuget deinstalls and reinstalls FAKE every time I run the script even if no newer FAKE version was detected. How can I tell nuget to keep the current installation if no newer version was found?
Cheers,
Steffen