Skip to content

Commit 2816020

Browse files
authored
Update dotnet.yml
Add target solution
1 parent fb5ef6f commit 2816020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
24-
run: dotnet restore
24+
run: dotnet restore --solution ./Ocelot.sln
2525
- name: Build
26-
run: dotnet build --no-restore
26+
run: dotnet build --no-restore ./Ocelot.sln
2727
- name: Test
28-
run: dotnet test --no-build --verbosity normal
28+
run: dotnet test --no-build --verbosity normal ./Ocelot.sln

0 commit comments

Comments
 (0)