User list
Some checks failed
Dotnet build and test / log-the-inputs (push) Failing after 2s
Dotnet build and test / build (push) Failing after 1s

This commit is contained in:
Paul Schneider
2025-08-19 21:31:49 +01:00
parent d691501d42
commit 7a06ce1deb
11 changed files with 129 additions and 42 deletions

View File

@ -3,6 +3,9 @@ CONFIG=Debug
FRAMEWORK=net8.0
DESTDIR=/tmp/yavsc
all:
@dotnet build --nologo 2>/dev/null |grep error
clean:
dotnet clean