Closed SimonCropp closed 8 years ago
Thanks for reporting this! Currently I filter the NuGet feed with the prerelease=false
flag, which excludes pre-release packages. Looks like that the NServiceBus.PostgreSQL package has only pre-release versions: https://www.nuget.org/packages/NServiceBus.PostgreSQL/1.0.0-CI00021
I can extend the service to allow you to specify if you want to include or exclude pre-releases. This should be a quick change...
@dustinmoris yeah i think that would be good. some projects stay in pre release for long periods when starting but i imagine they would still want to use build stats
You can append the includePreReleases=true
flag now. I used your package as the example on the readme page if that is okay? https://github.com/dustinmoris/CI-BuildStats#including-prerelease-packages
verified :) thanks for the amazing turn around
Thanks for the great feedback ;)
this gives https://buildstats.info/nuget/NServiceBus.PostgreSQL
but all my other ones work. Is there any more info/help i can give?
BTW keep up the awesome work