I'm re-using some .NET code between SQL 2005 server and WinForm clients using SQLCLR.
This code has dependencies beyond .NET 2.0 which means I have to add these assemblies on the server machine (e.g. CREATE ASSEMBLY
).
I'm trying to do this as part of a CI build and am wondering what methods have worked best.