Build only LANCommander server

This commit is contained in:
Pat Hartl 2023-04-03 17:34:11 -05:00
parent c9c42b49b4
commit fdab40c71b

View file

@ -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