Skip to content

Commit

Permalink
Add GenerateScript
Browse files Browse the repository at this point in the history
Add GenerateScript
  • Loading branch information
bheemvennapureddy authored Jul 31, 2024
1 parent 97b335e commit 6fc2174
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<SqlServerVersion>Sql150</SqlServerVersion>
<RecoveryMode>Simple</RecoveryMode>
<PackageProjectUrl>https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/</PackageProjectUrl>
<GenerateCreateScript>True</GenerateCreateScript>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.Dacpacs.Master" Version="150.0.0" DacpacName="master" />
</ItemGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\src\MSBuild.Sdk.SqlProj\Sdk\Sdk.targets" />
</Project>
</Project>

0 comments on commit 6fc2174

Please sign in to comment.