Skip to content

Commit

Permalink
🎨 docfx_page.yml Build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Nov 27, 2023
1 parent a3596cf commit d92c8d0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/docfx_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ windows-latest ]
os: [ aigio-win10ltsc-vm ]
steps:
- name: Checkout repository
# if: ${{ matrix.os != 'aigio-win10ltsc-vm' }}
uses: actions/checkout@v3
with:
ref: dev8
# - name: Checkout repository(BD.Git.Checkout.Tools)
# if: ${{ matrix.os == 'aigio-win10ltsc-vm' }}
# run: C:\actions-runner\checkout.exe ${{ github.workspace }} ${{ github.sha }} ${{ github.repositoryUrl }}

- name: Setup .NET
if: ${{ matrix.os != 'aigio-win10ltsc-vm' }}
Expand Down Expand Up @@ -57,10 +52,10 @@ jobs:
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
run: dotnet build -c Release src\Tools.Build\Tools.Build.csproj --nologo -v q /property:WarningLevel=1

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

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

0 comments on commit d92c8d0

Please sign in to comment.