Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 514 Bytes

Cake build container

This is a Docker container with both .NET Core 1 and 2 installed to run Cake with a .NET Core 2 project.

Uses a Ubuntu 16.04 base image. At Docker hub: https://hub.docker.com/r/sharpn/cake-build/

Sample CircleCI 2.0 Config

version: 2
jobs:
  build:
    docker:
      - image: sharpn/cake-build:latest
    steps:
      - checkout
      - run:
          name: Build
          command: ./build.sh