mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Send deploymentOptions to DacFx to save in the publish profile xml file (#1997)
* Send deploymentOptions to DacFx to save in the publish profile xml file * Update Packages.prop with latest DacFx nuget version. * Update Dacfx version after merge from main. * Address comments * Update method name
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
<PropertyGroup>
|
||||
<TargetDatabaseName>testDb</TargetDatabaseName>
|
||||
<TargetConnectionString>testConnString</TargetConnectionString>
|
||||
<AllowIncompatiblePlatform>True</AllowIncompatiblePlatform>
|
||||
<CreateNewDatabase>True</CreateNewDatabase>
|
||||
<DropConstraintsNotInSource>False</DropConstraintsNotInSource>
|
||||
<DropPermissionsNotInSource>True</DropPermissionsNotInSource>
|
||||
<DropObjectsNotInSource>True</DropObjectsNotInSource>
|
||||
<DropRoleMembersNotInSource>True</DropRoleMembersNotInSource>
|
||||
<IgnoreKeywordCasing>False</IgnoreKeywordCasing>
|
||||
<IgnoreSemicolonBetweenStatements>False</IgnoreSemicolonBetweenStatements>
|
||||
<ScriptFileSize>True</ScriptFileSize>
|
||||
<VerifyDeployment>False</VerifyDeployment>
|
||||
<AllowDropBlockingAssemblies>True</AllowDropBlockingAssemblies>
|
||||
<ExcludeViews>True</ExcludeViews>
|
||||
<ProfileVersionNumber>1</ProfileVersionNumber>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user