This PR incorporates NuGetizer in place of the stock NuGet package creation for better control.
Notably, it:
Makes Hive.ReferenceAssembly actually contain a reference assembly
Cleans up some of the standalone packaging work
Makes the analyzer packages be shaped like standard analyzer packages
Adds a script which generates all NuGet packages.
This PR also, mostly incidentally, moves the bin/ and obj/ folders from in-source to the artifacts/ folder. This means that all build artifacts of any kind are now contained there.
Finally, sane NuGet package creatin!
This PR incorporates NuGetizer in place of the stock NuGet package creation for better control.
Notably, it:
This PR also, mostly incidentally, moves the
bin/
andobj/
folders from in-source to theartifacts/
folder. This means that all build artifacts of any kind are now contained there.This was not worth staying up this late.