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
|
dotnet-version: 10.0.x
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore --project backend/SpMega.Backend/SpMega.Backend.csproj
|
run: dotnet restore backend/SpMega.Backend/SpMega.Backend.csproj
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore backend/SpMega.Backend/SpMega.Backend.csproj
|
run: dotnet build --no-restore backend/SpMega.Backend/SpMega.Backend.csproj
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Reference in New Issue
Block a user