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