Files
Tobias.Walsted/.workflow/01_dotnet_build.sh
7obi-Code 96b87c9f36
All checks were successful
DMA-CSD-CICD/Tobias.Walsted/pipeline/head This commit looks good
fix
2026-04-07 12:34:10 +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 "{}" \;