Skip to content

Docker Container with .NET Core 1 and 2 for Cake builds

Notifications You must be signed in to change notification settings

adamhathcock/cake-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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/adamhathcock/cake-build/

Sample CircleCI 2.0 Config

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

About

Docker Container with .NET Core 1 and 2 for Cake builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published