Skip to content

Commit d70cc97

Browse files
committed
feat: use slnx
1 parent 3c04279 commit d70cc97

File tree

3 files changed

+13
-92
lines changed

3 files changed

+13
-92
lines changed

WeihanLi.EntityFramework.sln

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

WeihanLi.EntityFramework.slnx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Solution>
2+
<Folder Name="/samples/">
3+
<Project Path="samples/WeihanLi.EntityFramework.Sample/WeihanLi.EntityFramework.Sample.csproj" />
4+
</Folder>
5+
<Folder Name="/src/">
6+
<Project Path="src/WeihanLi.EntityFramework.SourceGenerator/WeihanLi.EntityFramework.SourceGenerator.csproj" />
7+
<Project Path="src/WeihanLi.EntityFramework/WeihanLi.EntityFramework.csproj" />
8+
</Folder>
9+
<Folder Name="/test/">
10+
<Project Path="test/WeihanLi.EntityFramework.Test/WeihanLi.EntityFramework.Test.csproj" />
11+
</Folder>
12+
</Solution>

build/build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var noPush = CommandLineParser.BooleanVal("noPush", args);
55
var branchName = EnvHelper.Val("BUILD_SOURCEBRANCHNAME", "local");
66

7-
var solutionPath = "./WeihanLi.EntityFramework.sln";
7+
var solutionPath = "./WeihanLi.EntityFramework.slnx";
88
string[] srcProjects = [
99
"./src/WeihanLi.EntityFramework/WeihanLi.EntityFramework.csproj"
1010
];

0 commit comments

Comments
 (0)