mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
Fix:处理存在多个sln方案时 restore失败的问题
This commit is contained in:
parent
00ab65f74f
commit
dc69a0b60a
4
.github/workflows/docfx.yml
vendored
4
.github/workflows/docfx.yml
vendored
@ -20,9 +20,9 @@ jobs:
|
|||||||
- name: Remove FreeSql.Tests
|
- name: Remove FreeSql.Tests
|
||||||
run: dotnet sln FreeSql.sln remove (ls -r FreeSql.Tests/**/*.csproj)
|
run: dotnet sln FreeSql.sln remove (ls -r FreeSql.Tests/**/*.csproj)
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore .\FreeSql.sln
|
||||||
- name: Build solution
|
- name: Build solution
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore .\FreeSql.sln
|
||||||
- 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