We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5ef6f commit 2816020Copy full SHA for 2816020
.github/workflows/dotnet.yml
@@ -21,8 +21,8 @@ jobs:
21
with:
22
dotnet-version: 8.0.x
23
- name: Restore dependencies
24
- run: dotnet restore
+ run: dotnet restore --solution ./Ocelot.sln
25
- name: Build
26
- run: dotnet build --no-restore
+ run: dotnet build --no-restore ./Ocelot.sln
27
- name: Test
28
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build --verbosity normal ./Ocelot.sln
0 commit comments