Itiviti / gradle-nuget-plugin

Executes NuGet from a gradle build
Apache License 2.0
22 stars 29 forks source link

Plugin should do a better job at checking NuGet.exe integrity #50

Open gluck opened 8 years ago

gluck commented 8 years ago

In case the download goes bad, the exe file can be partial, and execution will be impossible. Plugin should detect that the file is incomplete (either during download or when executing it) and re-download it.