Skip to content

Commit 04ce71f

Browse files
committed
build(docs): 更新 DocFX 工作流和配置
- 在 GitHub Actions 工作流中添加对 .NET 7.0.x、8.0.x、9.0.x 的支持 - 在 docfx.json 中更新框架源路径以使用斜杠结尾
1 parent 7ac6e03 commit 04ce71f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/dofx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
dotnet-version: |
3636
6.0.x
37+
7.0.x
38+
8.0.x
39+
9.0.x
3740
- name: install dotnet tools
3841
run: |
3942
dotnet tool install -g dotnet-execute

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"src": [
66
{
7-
"src": "../framework/src",
7+
"src": "../framework/src/",
88
"files": [
99
"**/*.csproj"
1010
],

0 commit comments

Comments
 (0)