We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f03126 commit ddd6e6bCopy full SHA for ddd6e6b
build/Targets.cs
@@ -7,7 +7,7 @@
7
8
const string projectName = "testr";
9
10
-const string solution = $"{projectName}.sln";
+const string solution = $"{projectName}.slnx";
11
IList<string> packableProjects = [
12
projectName
13
];
testr.sln
testr.slnx
@@ -0,0 +1,12 @@
1
+<Solution>
2
+ <Folder Name="/build/">
3
+ <Project Path="build/targets.csproj" />
4
+ </Folder>
5
+ <Folder Name="/samples/">
6
+ <Project Path="samples/WebApi/WebApi.csproj" />
+ <Folder Name="/src/">
+ <Project Path="src/testr.Cli/testr.Cli.csproj" />
+ <Project Path="src/testr.Tests/testr.Tests.csproj" />
+</Solution>
0 commit comments