mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 07:56:06 +02:00
Update dotnet restore command to include project path
Specify the project directory for the dotnet restore command.
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 8.0.x
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore ./src
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build ./src --no-restore
|
run: dotnet build ./src --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Reference in New Issue
Block a user