Build only LANCommander server
This commit is contained in:
parent
c9c42b49b4
commit
fdab40c71b
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# This workflow will build a .NET project
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
|
||||
|
||||
name: .NET
|
||||
name: LANCommander
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -23,6 +23,4 @@ jobs:
|
|||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
run: dotnet .\LANCommander\LANCommander.csproj build --no-restore
|
Loading…
Add table
Reference in a new issue