File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 2
2
"metadata" : [
3
3
{
4
4
"src" : [
5
+ {
6
+ "files" : [" */*.csproj" ],
7
+ "src" : " ../ServiceStack/ServiceStack/src/" ,
8
+ "exclude" : [
9
+ " **/bin/**" ,
10
+ " **/obj/**"
11
+ ]
12
+ },
5
13
{
6
14
"files" : [" */*.csproj" ],
7
15
"src" : " ../ServiceStack/ServiceStack.Blazor/src/" ,
8
16
"exclude" : [
9
17
" **/bin/**" ,
10
18
" **/obj/**"
11
19
]
20
+ },
21
+ {
22
+ "files" : [" */*.csproj" ],
23
+ "src" : " ../ServiceStack/ServiceStack.OrmLite/src/" ,
24
+ "exclude" : [
25
+ " **/bin/**" ,
26
+ " **/obj/**"
27
+ ]
28
+ },
29
+ {
30
+ "files" : [" */*.csproj" ],
31
+ "src" : " ../ServiceStack/ServiceStack.Redis/src/" ,
32
+ "exclude" : [
33
+ " **/bin/**" ,
34
+ " **/obj/**"
35
+ ]
36
+ },
37
+ {
38
+ "files" : [" */*.csproj" ],
39
+ "src" : " ../ServiceStack/ServiceStack.Text/src/" ,
40
+ "exclude" : [
41
+ " **/bin/**" ,
42
+ " **/obj/**"
43
+ ]
12
44
}
13
45
],
14
46
"dest" : " api" ,
You can’t perform that action at this time.
0 commit comments