We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117188d commit c1750deCopy full SHA for c1750de
.github/workflows/libgit2sharp.yml
@@ -18,8 +18,8 @@ jobs:
18
with:
19
dotnet-version: 3.1.401
20
- name: Restore dependencies
21
- run: dotnet restore
+ run: dotnet restore LibGit2Sharp.sln
22
- name: Build
23
- run: dotnet build --no-restore
+ run: dotnet build --no-restore LibGit2Sharp.sln
24
- name: Test
25
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build --verbosity normal LibGit2Sharp.sln
0 commit comments