tests/SampleFiles/CoreDeployment.publish.xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <IncludeCompositeObjects>True</IncludeCompositeObjects> <TargetDatabaseName>EDWAdmin</TargetDatabaseName> <DeployScriptFileName>CatalystCore.sql</DeployScriptFileName> <TargetConnectionString>Data Source=localhost;Integrated Security=True;Pooling=False</TargetConnectionString> <ScriptDatabaseOptions>True</ScriptDatabaseOptions> <BlockOnPossibleDataLoss>True</BlockOnPossibleDataLoss> <DeployDatabaseInSingleUserMode>True</DeployDatabaseInSingleUserMode> <ProfileVersionNumber>1</ProfileVersionNumber> <AllowIncompatiblePlatform>True</AllowIncompatiblePlatform> <DropConstraintsNotInSource>True</DropConstraintsNotInSource> <DropDmlTriggersNotInSource>False</DropDmlTriggersNotInSource> <DropExtendedPropertiesNotInSource>False</DropExtendedPropertiesNotInSource> <DropIndexesNotInSource>True</DropIndexesNotInSource> <IgnoreComments>True</IgnoreComments> <IgnoreDefaultSchema>True</IgnoreDefaultSchema> <IgnoreExtendedProperties>True</IgnoreExtendedProperties> <IgnoreIdentitySeed>True</IgnoreIdentitySeed> <IgnoreIncrement>True</IgnoreIncrement> <IgnorePermissions>True</IgnorePermissions> <IgnoreRoleMembership>True</IgnoreRoleMembership> <DropObjectsNotInSource>False</DropObjectsNotInSource> <BlockWhenDriftDetected>False</BlockWhenDriftDetected> <RegisterDataTierApplication>True</RegisterDataTierApplication> <ScriptFileSize>True</ScriptFileSize> <IgnoreFilegroupPlacement>False</IgnoreFilegroupPlacement> <IgnoreFileAndLogFilePath>False</IgnoreFileAndLogFilePath> <IgnoreFileSize>False</IgnoreFileSize> <GenerateSmartDefaults>True</GenerateSmartDefaults> <VerifyDeployment>False</VerifyDeployment> <ExcludeTables>True</ExcludeTables> </PropertyGroup> <ItemGroup> <SqlCmdVariable Include="MetadataDataMountPoint"> <Value>C:\SQLData</Value> </SqlCmdVariable> <SqlCmdVariable Include="MetadataLogMountPoint"> <Value>C:\SQLData</Value> </SqlCmdVariable> </ItemGroup> </Project> |