mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user