How to add uncheck flag argument thought CMD command to msbuild

arielman2304 676 Reputation points
2021-04-07T10:46:44.093+00:00

Hi
I dropped in one of my sql table one column, and tried to published it thought VS.
I got error for data loss could occur, and it got fixed by uncheck the checkbox of 'Block incremental deployment if data loss might occur'.
How I can do the same from CMD using MS build command?

Community Center | Not monitored
SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. arielman2304 676 Reputation points
    2021-04-07T11:04:22.39+00:00

    Answer was given here:

    use the /p:DropObjectsNotInSource=True/False command-line option

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.