Overview
This project is lacking a license, contributor's guide, and a code of conduct.
A brief description of this project is:
This is a Docker image with Mono, Xamarin Android, .NET Core, Cake, and several other build tools pre-installed.
The Docker image is published at https://hub.docker.com/r/syncromatics/build-box/
Implementation notes
- Ensure the Syncromatics.Engineering.DX.Common template is installed
- In the root of the project folder, run
dotnet new syncdx-common --force --projectName TheActualProjectName --githubRepo TheActualGithubRepoName --dockerOwner syncromatics --dockerRep TheActualDockerRepoName
- Edit the
README.md file to include the bits that are relevant to this project.