Files
member_repo/shellscripts/01_dotnet_build.sh
Karsten Jeppesen 252b681f30
All checks were successful
DMA-CSD-CICD/member_repo/pipeline/head This commit looks good
test
2025-08-26 13:47:38 +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 "{}" \;