Use MSBuild.Sdk.SqlProj to work with dacpacs cross-platform
Jonathan Mezach - 09-01-2020
In this dotnetFlix, Jonathan Mezach introduces and demonstrates MSBuild.Sdk.SqlProj. This is a MSBuild SDK that is capable of producing a SQL Server Data-Tier Application package (.dacpac) from a set of SQL scripts that can be subsequently deployed using either SqlPackage.exe or dotnet publish.