Skip to content

Instantly share code, notes, and snippets.

View gertjvr's full-sized avatar

Gert Jansen van Rensburg gertjvr

View GitHub Profile
@DamianMac
DamianMac / build.sh
Created March 1, 2018 05:04
Cake .NET Core 2.0 bootstrapper
#!/usr/bin/env bash
##########################################################################
# This is a Cake bootstrapper script for Linux and OS X and netcore 2.0.
# Taken and tweaked a little from
# https://adamhathcock.blog/2017/07/12/net-core-on-circle-ci-2-0-using-docker-and-cake/
##########################################################################
# Define directories.
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
CAKE_VERSION=0.26.0