Files
noah.pretzer/.workflow/01_dotnet_build.sh
Quitoooo 91a70c2ab6
All checks were successful
DMA-CSD-CICD/noah.pretzer/pipeline/head This commit looks good
commit2
2026-04-07 12:28:56 +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 "{}" \;