Files
Rune.Nielsen/.workflow/01_dotnet_build.sh
Zuvuz 48c0dcf8f4
All checks were successful
DMA-CSD-CICD/Rune.Nielsen/pipeline/head This commit looks good
Test
2026-04-07 12:30:45 +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 "{}" \;