This project contains a sample .NET solution structure and an auto-generated build.sh script to build all .csproj files.
Core/Core.csprojAPI/API.csprojInfrastructure/Infrastructure.csprojTests/Tests.csproj
Make sure you have the .NET SDK installed. Then run:
chmod +x build.sh
./build.shThis script is useful for automating builds in CI/CD pipelines by detecting and building each project in a solution folder.
MIT License