Skip to content

rr-wfm/MSBuild.Sdk.SqlProj

MSBuild.Sdk.SqlProj

Build Status Latest Stable Release Latest Prerelease Downloads

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

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.