philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Add building the app on CircleCI #51

Open philippgille opened 6 years ago

philippgille commented 6 years ago

CircleCI is probably the second most popular build platform used by open source software that's hosted on GitHub after Travis CI.

Add a proper configuration file so that people who want to adopt hello-hetcoreapp as boilerplate for their CLI project can choose between the two and already have a working configuration file in the repo.