Files
kristoffer.morsing/.workflow/01_dotnet_build.sh
KristofferMorsing 37c4f22fe2
All checks were successful
DMA-CSD-CICD/kristoffer.morsing/pipeline/head This commit looks good
new .workflow
2026-04-07 12:33:41 +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 "{}" \;