Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 804 Bytes

ProjectStructure.md

File metadata and controls

11 lines (10 loc) · 804 Bytes

Project Structure

  • /Teronis.DotNet.sln covers all projects in this project.
  • /Teronis.DotNet~Publish.sln covers projects that are candidates to be published to NuGet. When calling ./build.(cmd|ps1|sh) pack you can find packages in /obj/packages/.
  • /lib/
  • /nukebuild/ represents the build project. It has been created with Nuke. Please visit and stare their awesome project. ❤️
  • /bin/
    • /bin/git-clean-everything.sh is a destructive helper script that erases everything that is affected by .gitignore.
    • /bin/push-nuget-packages.ps1 is a helper script invoked in Azure pipeline. Does what is says.
  • /src/ contains all source projects.