Relative Content

Tag Archive for sql-servervisual-studiodeploymentmsbuilddatabase-project

Deployment Report using MSBuild in Sql Server Database Project

When I publish the SQL Server Database Project in Visual Studio it generates a DeploymentReport.txt file which includes a preview of the changes to apply.
When I publish using MSBuild the file is not created (But the deployment works and all changes are applied).
The Deployment Report is important for me as it warns me about any unsafe changes that might ocuur.
Does anyone know how I can force MSBuild to generate this file ??