Add justfile

This commit is contained in:
ProfessionalUwU 2023-06-03 12:08:00 +02:00
parent 5a09db7423
commit 20599a03ba
Signed by: ProfessionalUwU
GPG Key ID: 013AD77C0A9DD3F2

11
justfile Normal file
View File

@ -0,0 +1,11 @@
default:
@just --list
run:
@dotnet run
build:
@dotnet build pacserver.csproj
publish:
@dotnet publish --configuration Release pacserver.csproj