Bootstrap cake for dotnet core projects without needing to install mono. Options (environment variables):
TOOLS_DIR
: The path to install cake tools to../tools
by defaultCAKE_VERSION
: The version of cake to install.0.26.1
by default. To upgrade cake, delete yourTOOLS_DIR
and change this variable.CAKE_NETCOREAPP_VERSION
: Thenetcoreapp
version to use for the tools dummy project.2.0
by default. Must be compatible withCake.CoreCLR
All other options are present as with the standard bootstrap scripts.