Skip to content

Commit c1750de

Browse files
authored
Update libgit2sharp.yml
1 parent 117188d commit c1750de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/libgit2sharp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
dotnet-version: 3.1.401
2020
- name: Restore dependencies
21-
run: dotnet restore
21+
run: dotnet restore LibGit2Sharp.sln
2222
- name: Build
23-
run: dotnet build --no-restore
23+
run: dotnet build --no-restore LibGit2Sharp.sln
2424
- name: Test
25-
run: dotnet test --no-build --verbosity normal
25+
run: dotnet test --no-build --verbosity normal LibGit2Sharp.sln

0 commit comments

Comments
 (0)