Skip to content

Commit 252e42d

Browse files
authored
Update dotnet.yml
Restore Ocelot.sln
1 parent 2816020 commit 252e42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
24-
run: dotnet restore --solution ./Ocelot.sln
24+
run: dotnet restore ./Ocelot.sln
2525
- name: Build
2626
run: dotnet build --no-restore ./Ocelot.sln
2727
- name: Test

0 commit comments

Comments
 (0)