Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tarc/aspnetcore-source-build-action

Build ASP.NET Core Source Code
https://github.com/tarc/aspnetcore-source-build-action

Last synced: about 2 months ago
JSON representation

Build ASP.NET Core Source Code

Awesome Lists containing this project

README

        


aspnetcore-source-build-action status

# ASP.NET Core Source Build Action

Use this action to setup a build of the
[ASP.NET Core software](https://github.com/dotnet/aspnetcore) through
[GitHub Actions](https://github.com/features/actions).

## Usage Example

```yaml
uses: tarc/aspnetcore-source-build-action@v1
with:
debug: true
```