Skip to content

Commit 9b8c2fc

Browse files
committed
Improve project structure
1 parent 995d93f commit 9b8c2fc

File tree

9 files changed

+451
-574
lines changed

9 files changed

+451
-574
lines changed

.github/instructions/tunit.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: '**/*.cs,**/*.csproj,**/*.slnx'
2+
applyTo: 'src/**,tests/**,**/Directory.*.props,Optional.slnx'
33
---
44
# TUnit Instructions
55

Optional.slnx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<Folder Name="/src/">
33
<Project Path="src/Core/Core.csproj" />
44
</Folder>
5-
<Folder Name="/tests/" />
6-
<Folder Name="/tests/Core.Tests/">
7-
<Project Path="tests/Core.Tests/Tests.csproj" />
5+
<Folder Name="/tests/">
6+
<Project Path="tests/Core.Tests/Core.Tests.csproj" />
87
</Folder>
98
</Solution>

0 commit comments

Comments
 (0)