ManimumCD是用asp.net core来构建一套对asp.net core的持续部署系统

ManimumCI是用asp.net core来构建一套对asp.net core的Continuous deployment系统,尽量做到简单,再简单

.NET 程序部署

详细介绍

ManimumCD

MANIMUMCD is to build a set of continuous deployment system for ASP.NET core and based on ASP.NET Core, as simple as possible.

Requirements

Requirements about how to run

Requirements about how to develope

How to run locally

  1. Excute dotnet restore to restore all dotnet requirements
  2. Excute dotnet run to run the app
  3. Use your browser to view http://localhost:5000

How to run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5.

How to contribute

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your personal workflow cruft out of sight.

We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

推荐源码