teams-recording-downloader/justfile

12 lines
212 B
Makefile
Raw Normal View History

2023-04-30 20:18:16 +02:00
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