Fix build command
This commit is contained in:
parent
fdab40c71b
commit
34b71baa04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/LANCommander.yml
vendored
2
.github/workflows/LANCommander.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet .\LANCommander\LANCommander.csproj build --no-restore
|
run: dotnet build .\LANCommander\LANCommander.csproj --no-restore
|
||||||
|
|
Loading…
Add table
Reference in a new issue