The source repository includes small samples that mirror the supported target shapes.
Sample projects
| Sample | What it shows |
|---|
dotnet-docker | Build a .NET app and export a Docker image |
dotnet-test | Run tests and export trx files for test results |
dotnet-nuget | Pack a library and export .nupkg files |
dotnet-testcontainers | Use TestcontainersDinD@v1 for container-based integration tests |
Common run pattern
Each sample follows the same flow:
dotnet tool restore
buildcharts generate
docker buildx bake --file .buildcharts/docker-bake.hcl --no-cache
Use the samples as a starting point when you need a known-good layout for a target type or plugin. Last modified on April 12, 2026