Files
oliver.thy/.workflow/01_dotnet_build.sh
phosphenia 0f8d3543d1
All checks were successful
DMA-CSD-CICD/oliver.thy/pipeline/head This commit looks good
fixed workflow directory
2026-04-07 12:31:12 +02:00

6 lines
135 B
Bash

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