Skip to content

Commit 19a8cf3

Browse files
committed
Try OrmLite now running action on a windows runner.
1 parent 2ff001d commit 19a8cf3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docfx.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
"**/bin/**",
1010
"**/obj/**"
1111
]
12+
},
13+
{
14+
"files": ["*/*.csproj"],
15+
"src": "../ServiceStack/ServiceStack.OrmLite/src/",
16+
"exclude": [
17+
"**/bin/**",
18+
"**/obj/**"
19+
]
1220
}
1321
],
1422
"dest": "api",

0 commit comments

Comments
 (0)