Skip to content

Commit 4ce342b

Browse files
author
Anton Schieber
committed
treewide: update project structure
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 4ce342b

File tree

113 files changed

+276
-1529
lines changed

Some content is hidden

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

113 files changed

+276
-1529
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.FunctionalTests/CmdScale.EntityFrameworkCore.TimescaleDB.FunctionalTests.csproj

Lines changed: 0 additions & 40 deletions
This file was deleted.

CmdScale.EntityFrameworkCore.TimescaleDB.FunctionalTests/Snapshots/AspNetIdentity21ModelSnapshot.cs

Lines changed: 0 additions & 266 deletions
This file was deleted.

CmdScale.EntityFrameworkCore.TimescaleDB.FunctionalTests/Snapshots/AspNetIdentity22ModelSnapshot.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)