Skip to content

Commit

Permalink
Fix Dacpac Build Properties
Browse files Browse the repository at this point in the history
- Change Name to SqlTargetName, which is baked into `Microsoft.Data.Tools.Schema.SqlTasks.targets` to control the output file name & Dacpac metadata name.
- Add DacVersion to help developers understand how to control the versioning.
  • Loading branch information
robertmclaws authored Sep 15, 2024
1 parent 1a6a761 commit c58ce5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.Build.Sql/###ASSEMBLY_VERSION###" DefaultTargets="Build">

<PropertyGroup>
<Name>SqlProject1</Name>
<SqlTargetName>SqlProject1</SqlTargetName>
<DacVersion>1.0.0.0<DacVersion>
<DSP>Microsoft.Data.Tools.Schema.Sql.{TargetPlatform}DatabaseSchemaProvider</DSP>
<ModelCollation>1033, CI</ModelCollation>
</PropertyGroup>
Expand Down

0 comments on commit c58ce5e

Please sign in to comment.