A MSBuild SDK that produces SQL Server Data-Tier Application packages (.dacpac) from SQL scripts using SDK-style .NET projects.
- Code of conduct: CODE_OF_CONDUCT.md
Install the project templates:
dotnet new install MSBuild.Sdk.SqlProj.TemplatesCreate a new SQL project:
dotnet new sqlprojBuild the project:
dotnet buildFor installation details, project configuration, references, packaging, publishing, and advanced topics, use the documentation site links above.