https://github.com/kickeddroid/dotnevergiveup
Build .NET with GitHub actions
https://github.com/kickeddroid/dotnevergiveup
Last synced: 6 months ago
JSON representation
Build .NET with GitHub actions
- Host: GitHub
- URL: https://github.com/kickeddroid/dotnevergiveup
- Owner: KickedDroid
- License: gpl-3.0
- Created: 2024-08-19T21:32:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T23:53:58.000Z (almost 2 years ago)
- Last Synced: 2025-06-02T08:18:01.580Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dot NEVER GIVE UP
## Usage
Edit the config
```json
{
"projectName": "MyProject",
"dotnetVersion": "7.0",
"packageName": "Microsoft.AspNetCore.Components",
"packageVersion": "7.0.0",
"buildConfiguration": "Release"
}
```
Add your `.cs` File with the name matching the name you listed in the config