Opinionated build tool for dotnet projects using Modular Pipelines
Install locally from repo root:
dotnet new tool-manifest
dotnet tool install loomdotnet loom --help
Use init to generate config and workflow files
dotnet loom init --forceLoom provides subcommands for each build stage. You can run dotnet loom [command] --help for specific options.
Run your test suite:
dotnet loom testConfigure loom.json to define artifacts, then build or publish them:
dotnet loom build
dotnet loom publishManual clean:
dotnet loom cleanPrepend the Clean module to any pipeline run using the --fresh flag:
dotnet loom release --freshMost commands support standard overrides:
dotnet loom build --rid win-x64