This commit is contained in:
2026-03-22 04:23:33 +01:00
commit d7e08f8850
18 changed files with 1314 additions and 0 deletions

2
build.ps1 Normal file
View File

@@ -0,0 +1,2 @@
dotnet run --project ZZCakeBuild/CakeBuild.csproj -- $args
exit $LASTEXITCODE;