MSBuild.Sdk.SqlProj
April 14, 2026 ยท View on GitHub
Introduction
A MSBuild SDK that produces SQL Server Data-Tier Application packages (.dacpac) from SQL scripts using SDK-style .NET projects.
Documentation
Code of conduct
- Code of conduct: CODE_OF_CONDUCT.md
Quick Start
Install the project templates:
dotnet new install MSBuild.Sdk.SqlProj.Templates
Create a new SQL project:
dotnet new sqlproj
Build the project:
dotnet build
For installation details, project configuration, references, packaging, publishing, and advanced topics, use the documentation site links above.