mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
Update docfx.yml
This commit is contained in:
parent
e6fd68206e
commit
7206d39417
12
.github/workflows/docfx.yml
vendored
12
.github/workflows/docfx.yml
vendored
@ -16,9 +16,9 @@ jobs:
|
|||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.101
|
dotnet-version: 5.0.202
|
||||||
- name: Exclude example projects
|
- name: Exclude example projects
|
||||||
run: dotnet sln FreeSql.sln remove Examples/**/*.csproj
|
run: dotnet sln FreeSql.sln remove Examples/**/*.csproj FreeSql.Tests/**/*.csproj
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build solution
|
- name: Build solution
|
||||||
@ -34,9 +34,13 @@ jobs:
|
|||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.101
|
dotnet-version: 5.0.202
|
||||||
|
- name: Remove Examples
|
||||||
|
run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj)
|
||||||
|
- name: Remove FreeSql.Tests
|
||||||
|
run: dotnet sln FreeSql.sln remove (ls -r FreeSql.Tests/**/*.csproj)
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj);dotnet restore
|
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config && dotnet restore
|
||||||
- name: Setup DocFX
|
- name: Setup DocFX
|
||||||
uses: crazy-max/ghaction-chocolatey@v1
|
uses: crazy-max/ghaction-chocolatey@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user