Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hjerpbakk/aspnet-core-github-actions-demo
- Owner: hjerpbakk
- License: mit
- Created: 2019-10-07T18:09:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T15:04:24.000Z (over 5 years ago)
- Last Synced: 2023-11-30T15:20:27.225Z (about 1 year ago)
- Topics: asp-net-core, docker, dockerfile, dotnet-core, github-actions, template-project
- Language: C#
- Homepage: https://hjerpbakk.com/blog/2019/10/09/asp-net-core-docker-and-github-actions
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.