blutter / cake-bootstrap-dotnet

Bootstrapper scripts for using cake with dotnet core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cake Bootstrapper for dotnet core projects

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 default
  • CAKE_VERSION: The version of cake to install. 0.26.1 by default. To upgrade cake, delete your TOOLS_DIR and change this variable.
  • CAKE_NETCOREAPP_VERSION: The netcoreapp version to use for the tools dummy project. 2.0 by default. Must be compatible with Cake.CoreCLR

All other options are present as with the standard bootstrap scripts.

About

Bootstrapper scripts for using cake with dotnet core


Languages

Language:PowerShell 35.8%Language:Shell 33.5%Language:C# 30.8%