How to publish DACPAC file to a SQL Server database project via SQLPackage.exe of SSDT?

Viewed 27346

I'm using SSDT for Visual Studio 2012 here and using its command-line tool SQLPackage.exe to publish a .dacpac file.

I want to publish that to an SQL Server database project. I'm trying to use parameter at this guide but cannot find ways how to do it.

How can I do that?

2 Answers
Related