Skip to content

Commit c33bde4

Browse files
Splitting up the project into:
src tests samples benchmarks This change was driven by that fact that viewing in github the project names cannot be read as they are too long.
1 parent b39bbf0 commit c33bde4

File tree

112 files changed

+151
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+151
-67
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: test
3939
env:
40-
CORE_PROJECT_PATH: "CmdScale.EntityFrameworkCore.TimescaleDB/CmdScale.EntityFrameworkCore.TimescaleDB.csproj"
41-
DESIGN_PROJECT_PATH: "CmdScale.EntityFrameworkCore.TimescaleDB.Design/CmdScale.EntityFrameworkCore.TimescaleDB.Design.csproj"
40+
CORE_PROJECT_PATH: "src/TimescaleDB/TimescaleDB.csproj"
41+
DESIGN_PROJECT_PATH: "src/TimescaleDB.Design/TimescaleDB.Design.csproj"
4242

4343
steps:
4444
- name: Checkout repository

CmdScale.EntityFrameworkCore.TimescaleDB.sln

Lines changed: 134 additions & 50 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<ProjectReference Include="..\CmdScale.EntityFrameworkCore.TimescaleDB.Example.DataAccess\CmdScale.EntityFrameworkCore.TimescaleDB.Example.DataAccess.csproj" />
21+
<ProjectReference Include="..\..\samples\Context\Context.Example.csproj" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)