This commit is contained in:
2026-03-18 00:07:23 +01:00
commit 897c5a80e1
13 changed files with 372 additions and 0 deletions

2
ButterflyPins/build.ps1 Normal file
View File

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