-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi Roemer,
thank you for providing the sonar-scanner package to the choco community!
It works great in my evaluation and it's nearly the most current version.
One problem I have when using your package is that it is basically just an packaged downloader and my build agents are not connected to the internet (for that I have the nuget server).
Do you think it would be an good idea to make the package self contained by moving the downloading of the sonar scanner zip file to build time instead of install time? So instead of in chocolateyinstall.ps1 to the I guess build.cake and using Get-ChocolateyUnzip in the chocolateyinstall.ps1 to unzip.
I know this would result in longer build times and basically duplicated binaries (zip file), but the nuget package would then be independent of other infrastructure and self contained.
What are your thoughts on that?