https://github.com/tarc/aspnetcore-source-build-action
Build ASP.NET Core Source Code
https://github.com/tarc/aspnetcore-source-build-action
Last synced: 10 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T20:02:15.000Z (over 3 years ago)
- Last Synced: 2025-03-02T09:20:45.328Z (over 1 year 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
```