Litee / SolutionCop

Tool for static analysis of Visual Studio solutions
Apache License 2.0
23 stars 3 forks source link

Add artifacts to releases #20

Closed AlenPelin closed 7 years ago

AlenPelin commented 8 years ago

As I can see you have releases on GitHub, but none of them have artifacts (binaries) attached. It would be much more convenient if they had artifacts in each release - I believe team city can do that for you. At the moment it is not clear at all where to download the artifacts.

Litee commented 8 years ago

All binaries are hosted at NuGet - https://www.nuget.org/packages/SolutionCop/ I doubt anyone needs pure binaries these days.

AlenPelin commented 8 years ago

In my opinion NuGet is designed for assemblies that you add references to in Visual Studio solution whilest Chocolatey is for executable apps that you install onto machine once and run multiple times. So So the Choco will be better option here.

Litee commented 8 years ago

Choco makes sense. Do you want to build a package that will reference binaries hosted at GitHub?

AlenPelin commented 8 years ago

No, at least not now. I am just evaluating this project (after reading habr article).