Update dotnet restore command to include project path

Specify the project directory for the dotnet restore command.
This commit is contained in:
Stone_Red
2026-03-06 12:41:54 +01:00
committed by GitHub
parent bdd1610221
commit f7d35933d4
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore ./src
- name: Build
run: dotnet build ./src --no-restore
- name: Test