mikefourie-zz / MSBuildExtensionPack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dependent assemblies in the nuget package

sloncho opened this issue · comments

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.

Do you have a list that you require?

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.