This commit is contained in:
2881099 2022-04-24 20:17:17 +08:00
commit c3b8b1e7c0

View File

@ -1,4 +1,4 @@
name: .NET Core Deploy Docfx name: Docfx Deploy
on: on:
push: push:
@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 5.0.x dotnet-version: 6.0.x
- name: Remove Examples - name: Remove Examples
run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj) run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj)
- name: Remove FreeSql.Tests - name: Remove FreeSql.Tests