The sample .NET core app here is designed to demonstrate what a typical .NET core CI workflow may look on CircleCI.
You can see the CI pipelines for this application running live on CircleCI.
In this sample config, we have a single workflow Run tests
which will run tests with xunit by running dotnet test
.
If you would like to copy the config.yml and adapt it to your project, be sure to read the comments in the config file to ensure it works for your project. For more details, see the CircleCI configuration reference.
This sample application is a .NET core ASP.NET console application.