Skip to content

Commit

Permalink
🎨 docfx_page.yml build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Nov 16, 2023
1 parent 25df68a commit e93498e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docfx_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
- name: Verify dotnet info
run: dotnet --info

- name: Build tools
run: dotnet build -c Release src\BD.Common8.Tools.Build\BD.Common8.Tools.Build.csproj --nologo -v q /property:WarningLevel=1

- name: Build projects
run: dotnet build -c Release BD.Common8.sln
run: .\src\artifacts\bin\BD.Common8.Tools.Build\release\BD.Common8.Tools.Build.exe build

- name: Install DocFX
run: dotnet tool update -g docfx
Expand Down

0 comments on commit e93498e

Please sign in to comment.