Skip to content

robertpurpose/BuildScriptGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Build Automation Script

This project contains a sample .NET solution structure and an auto-generated build.sh script to build all .csproj files.

Structure

  • Core/Core.csproj
  • API/API.csproj
  • Infrastructure/Infrastructure.csproj
  • Tests/Tests.csproj

Usage

Make sure you have the .NET SDK installed. Then run:

chmod +x build.sh
./build.sh

Purpose

This script is useful for automating builds in CI/CD pipelines by detecting and building each project in a solution folder.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages