Merge branch 'main' into release/4.0.0

This commit is contained in:
Oliver Booth 2023-08-24 01:54:42 +01:00
commit f238d420f4
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: DocFX
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
docfx:

View File

@ -6,6 +6,7 @@
"src": "../",
"files": [
"X10D/**/**.csproj",
"X10D.Hosting/**/**.csproj",
"X10D.Unity/**/**.csproj"
]
}