From dc69a0b60ada20b94cd9bdc7811cadcacfd61700 Mon Sep 17 00:00:00 2001 From: igeekfan Date: Wed, 31 Aug 2022 21:02:16 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E5=A4=84=E7=90=86=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E5=A4=9A=E4=B8=AAsln=E6=96=B9=E6=A1=88=E6=97=B6=20restore?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docfx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index 9f60718c..9c847436 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -20,9 +20,9 @@ jobs: - name: Remove FreeSql.Tests run: dotnet sln FreeSql.sln remove (ls -r FreeSql.Tests/**/*.csproj) - name: Install dependencies - run: dotnet restore + run: dotnet restore .\FreeSql.sln - name: Build solution - run: dotnet build --configuration Release --no-restore + run: dotnet build --configuration Release --no-restore .\FreeSql.sln - name: Setup DocFX uses: crazy-max/ghaction-chocolatey@v1 with: