Skip to content

Commit

Permalink
Pack SQL snippets to the nuget package (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy authored Aug 8, 2024
1 parent 870e196 commit ebc2470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Arcane.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
</ItemGroup>

<ItemGroup>
<None Update="Sources\SqlServer\SqlSnippets\GetColumns.sql">
<None Update="Sources\SqlServer\SqlSnippets\GetColumns.sql" pack="true" PackagePath="Sources\SqlServer\SqlSnippets\GetColumns.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Sources\SqlServer\SqlSnippets\GetSelectAllQuery.sql">
<None Update="Sources\SqlServer\SqlSnippets\GetSelectAllQuery.sql" pack="true" PackagePath="Sources\SqlServer\SqlSnippets\GetSelectAllQuery.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql">
<None Update="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql" pack="true" PackagePath="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit ebc2470

Please sign in to comment.