Add justfile

This commit is contained in:
ProfessionalUwU 2023-04-30 20:18:16 +02:00
parent c749307b69
commit 43e85abb32
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 teams-recording-downloader.csproj
publish:
@dotnet publish --configuration Release --arch x64 --use-current-runtime --self-contained