All checks were successful
DMA-CSD-CICD/member_repo/pipeline/head This commit looks good
6 lines
135 B
Bash
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 "{}" \;
|
|
|