Skip to content

Commit aae192b

Browse files
committed
build(ci): 修改文档构建流程
- 移除 Winform 相关项目 - 使用 dotnet sln 命令移除 samples 目录下的 csproj 文件 - 优化文档构建脚本,提高构建效率
1 parent 1c5fc1b commit aae192b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docfx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build docs
4646
run: |
4747
dotnet-exec info
48-
sed -i '/Winform/d' Bing.Elasticsearch.sln
48+
dotnet sln remove samples/*.csproj
4949
dotnet build
5050
docfx ./docs/docfx.json
5151
- name: Upload artifact

0 commit comments

Comments
 (0)