Skip to content

Commit feee268

Browse files
恢复具体restore
1 parent db85419 commit feee268

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
echo "Building version: $VERSION"
4646
4747
- name: Restore
48-
run: dotnet restore
48+
run: |
49+
dotnet restore src/LogoSharp/LogoSharp.csproj
50+
dotnet restore src/LogoSharp.Drawing/LogoSharp.Drawing.csproj
51+
dotnet restore src/LogoSharp.Main/LogoSharp.Main.csproj
4952
5053
- name: Build Release
5154
run: |

0 commit comments

Comments
 (0)