I'm working on setting up a new organization where we are currently using VS 2017 and creating many SQL Server (2016) DB projects.
I've set up a private NuGet server on Azure to be able to use packages in each new project and my ideal solution would be to publish the helper DB Stored Procs, User Defined Types, etc as separate Nuget packages and be able to import them separately for any new projects to keep everything separated, versioned, etc.
Reading online, I've seen it seems possible to publish dacpac packages to Nuget using .nuspec
files, but I can't figure out neither how to do this nor, more specifically, if there's a way to do this directly from Visual Studio.
Any help / pointers would be amazing!!
Thanks!