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
|
# 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
|
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
|
||||||
|
|
||||||
name: .NET
|
name: LANCommander
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -23,6 +23,4 @@ jobs:
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore
|
run: dotnet .\LANCommander\LANCommander.csproj build --no-restore
|
||||||
- name: Test
|
|
||||||
run: dotnet test --no-build --verbosity normal
|
|
Loading…
Add table
Reference in a new issue