test
All checks were successful
DMA-CSD-CICD/member_repo/pipeline/head This commit looks good

This commit is contained in:
2025-08-26 13:47:38 +02:00
parent 6a7424b67b
commit 252b681f30
81 changed files with 75077 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
/bin/echo "$0 - Building all projects"
echo "USER: $UID"
/bin/find ./ -type f -name "*.csproj" -exec dotnet build "{}" \;