Is your feature request related to a problem? Please describe.
Every time a new version will be released the build and deploy process will have to be done manually.
This can be time consuming when the frequency of releases scales.
Describe the solution you'd like
A proper setup for an automated wokflow to lint, format, build and deploy.
Any pull request should be checked by linting and formatting rules to bypass
Any pull request targetting the main branch should be check by successful build and deployment to the test server
Any merge of a pull request to the main branch should trigger a new release build and deploy to the package manager
Describe alternatives you've considered
A minimal version of a CI/CD integration could check for linting and formatting rules only and the build and deployment is done manually.
Is your feature request related to a problem? Please describe. Every time a new version will be released the build and deploy process will have to be done manually. This can be time consuming when the frequency of releases scales.
Describe the solution you'd like A proper setup for an automated wokflow to lint, format, build and deploy.
Describe alternatives you've considered A minimal version of a CI/CD integration could check for linting and formatting rules only and the build and deployment is done manually.
Additional context SonarCloud - Linting .NET actions - Build and Test Crashcloud YakPublish - Deployment