Itiviti / gradle-nuget-plugin

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

Added nugetUrl option to allow the nuget.exe download url to be overr… #44

Closed admsteck closed 6 years ago

admsteck commented 8 years ago

Fix for issue #43 - Added nugetUrl option to allow the nuget.exe download url to be overridden. Also made it so the 'v' is not added into the url if the version is 'latest'

timotei commented 6 years ago

@admsteck Could you please rebase your change against latest changes?

admsteck commented 6 years ago

@timotei done

imanushin commented 6 years ago

This PR covers nuget downloading: https://github.com/Ullink/gradle-nuget-plugin/pull/62

I suggest to keep my, because then plugin will support three options for nuget executable lookup:

  1. Set nuget version (then nuget executable will be downloaded automatically)
  2. Set nuget download URL (useful for build machines without internet access)
  3. Set nuget executable location (useful for TeamCity-like environments, when CI is able to download nuget by itself)
ngyukman commented 6 years ago

close as it's covered by #62