mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 10:42:52 +08:00
commit
80c783061b
4
.github/workflows/docfx.yml
vendored
4
.github/workflows/docfx.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: .NET Core Deploy Docfx
|
||||
name: Docfx Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
dotnet-version: 6.0.x
|
||||
- name: Remove Examples
|
||||
run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj)
|
||||
- name: Remove FreeSql.Tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user