Skip to content

Commit

Permalink
Fix packaging paths for new files (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-zubrienko authored Oct 21, 2024
1 parent 4a20ebc commit e274d6f
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 @@ -43,13 +43,13 @@
<Content Include="Sources/SqlServer/SqlSnippets/GetSelectAllQuery.sql">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql">
<Content Include="Sources/SqlServer/SqlSnippets/GetSelectDeltaQuery.sql">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Update="Sources\SqlServer\SqlSnippets\GetSelectAllQuery_date_partitioned.sql">
<Content Update="Sources/SqlServer/SqlSnippets/GetSelectAllQuery_date_partitioned.sql">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Update="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery_date_partitioned.sql">
<Content Update="Sources/SqlServer/SqlSnippets/GetSelectDeltaQuery_date_partitioned.sql">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
Expand Down

0 comments on commit e274d6f

Please sign in to comment.