Reproducible Builds

To be able to achieve reproducible builds, also known as deterministic builds, the whole build system needs to be made deterministic. This page contains some tips how to write reproducible builds using Cake.

Further information on this topic can be seen in the following video:

Pinning Cake Version How to make Cake builds reproducible
Pinning Addin Version How to make builds reproducible when using addins
Pinning Tool Version How to make builds reproducible when using external tools
Pinning Module Version How to make builds reproducible when using modules