This is a template repository for .NET projects. It uses the build system and DevOps pipeline PleOps.Cake.
| Release | Package |
|---|---|
| Stable | |
| Preview | Azure Artifacts |
Follow the checklist in PleOps.Cake to adapt this template to your project.
Feel free to ask any question in the project Discussion site!
Check our on-line documentation.
The project requires to build .NET 6.0 SDK (Linux and MacOS require also Mono). If you open the project with VS Code and you did install the VS Code Remote Containers extension, you can have an already pre-configured development environment with Docker or Podman.
To build, test and generate artifacts run:
# Only required the first time
dotnet tool restore
# Default target is Stage-Artifacts
dotnet cakeTo just build and test quickly, run:
dotnet cake --target=BuildTest