Skip to main content
The source repository includes small samples that mirror the supported target shapes.

Sample projects

SampleWhat it shows
dotnet-dockerBuild a .NET app and export a Docker image
dotnet-testRun tests and export trx files for test results
dotnet-nugetPack a library and export .nupkg files
dotnet-testcontainersUse 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 March 15, 2026