Skip to content

Generates a docker image that helps to simplify dotnet core builds on the CircleCI platform

License

Notifications You must be signed in to change notification settings

verehfy/docker-dotnet-circleci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Dotnet Core Docker Build Image

This repository holds files to build a docker image that adds useful dependencies for building dotnet code components on the CircleCI platform.

The produced image can be found on Docker Hub.

Dependencies

Dependency Purpose
https://github.com/gfoidl/trx2junit Allow automated test reports (TRX) to be transformed in to a format that CircleCI allows (JUnit)
https://www.nuget.org/packages/GitVersion.Tool Allows inferring of version from Git Commits
https://www.nuget.org/packages/dotnet-sonarscanner SonarQube static code analysis

Image Builds

Builds are automated through Docker Hub, this simplifies things by taking an external CI provider out of the equation and everything is handled through Docker Hub.

About

Generates a docker image that helps to simplify dotnet core builds on the CircleCI platform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published