Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hjerpbakk/aspnet-core-github-actions-demo

Educational repository showcasing building and testing an ASP.Net Core 3.0 application using GitHub Actions, with and without Docker.
https://github.com/hjerpbakk/aspnet-core-github-actions-demo

asp-net-core docker dockerfile dotnet-core github-actions template-project

Last synced: 2 months ago
JSON representation

Educational repository showcasing building and testing an ASP.Net Core 3.0 application using GitHub Actions, with and without Docker.

Awesome Lists containing this project

README

        

# CI for ASP.Net Core 3.0 using GitHub Actions

[![Build status](https://github.com/sankra/aspnet-core-github-actions-demo/workflows/ASP.NET%20Core%20CI/badge.svg)](https://github.com/Sankra/aspnet-core-github-actions-demo/actions) [![Build status](https://github.com/sankra/aspnet-core-github-actions-demo/workflows/ASP.NET%20Core%20CI%20using%20Docker/badge.svg)](https://github.com/Sankra/aspnet-core-github-actions-demo/actions)

Educational repository showcasing building and testing an ASP.Net Core 3.0 application using GitHub Actions, with and without Docker.

See [this blogpost](https://hjerpbakk.com/blog/2019/10/09/asp-net-core-docker-and-github-actions) for an in-depth explanation.