Skip to content

sharpn/cake-build-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published