Fix build command

This commit is contained in:
Pat Hartl 2023-04-03 17:35:37 -05:00
parent fdab40c71b
commit 34b71baa04

View file

@ -23,4 +23,4 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet .\LANCommander\LANCommander.csproj build --no-restore
run: dotnet build .\LANCommander\LANCommander.csproj --no-restore