Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tarc/aspnetcore-source-build-action
- Owner: tarc
- License: mit
- Created: 2021-10-31T12:43:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T20:02:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T10:47:44.065Z (2 months ago)
- Language: TypeScript
- Size: 572 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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
```