Fix old and misstyped command to restore .net project
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 1 minute
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
dotnet-version: 10.0.x
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore --project backend/SpMega.Backend/SpMega.Backend.csproj
|
||||
run: dotnet restore backend/SpMega.Backend/SpMega.Backend.csproj
|
||||
- name: Build
|
||||
run: dotnet build --no-restore backend/SpMega.Backend/SpMega.Backend.csproj
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user