0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#11 forks (11 forks)auto 404
good first issuehelp wanted
Repository metrics
- Stars
- 32 stars (32 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
CI/CD:
- when merging to dev/main - trigger a dotnet pack/publish action that will update the Nuget repository
Contributor guide
- Research direction
- Investigate setting up a GitHub Actions workflow to pack and publish a NuGet package when merging to dev/main branches. Look into dotnet pack and dotnet nuget push commands, and configure secrets for NuGet API key.
- Tech stack
- csharp
- Domain
- devopsbuild systemci cd
- Issue type
- Feature
- Prerequisites
- Git.NET