mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

Add dependent assemblies in the nuget package #68

Open sloncho opened 7 years ago

sloncho commented 7 years ago

It appears that some assemblies, which are needed for using sql tragets are not bundled with the nuget package. https://github.com/mikefourie/MSBuildExtensionPack/tree/master/Solutions/Main/Sql2014/AssemblyReferences

This requires provisioning all machines with build agents to have these installed.

Is there a way to include them with the nuget package, so our projects can be build w/o external dependencies.

mikefourie-zz commented 7 years ago

Do you have a list that you require?

sloncho commented 7 years ago

I got hit by these: https://github.com/mikefourie/MSBuildExtensionPack/tree/master/Solutions/Main/Sql2014/AssemblyReferences

Both the Smo and Analytics are unpleasant to install and maintain, especially if different sql versions are addressed.