The MSBuild-based build framework for applications on CI/CD systems.
https://www.nuget.org/packages/Heleonix.Build
This framework is aiming to simplify implementation of different CI/CD stages for applications on CI/CD systems, like GoCD, Jenkins, TeamCity etc.
The build framework consists of parameterized MSBuild Targets, such as Hx_NetBuild, Hx_NetTest, Hx_NetValidate etc., which usually represent separate steps in CI pipelines.
The build framework also provides set of reusable Tasks.
Usually source code is organized by following some well-known or custom standards, that's why this build framework supports solid customization. Basically it follows the "configurable conventions" approach.
Default values of properties and items of Targets follow well-known practices of arrangement of source code. So, if you follow well-known standards too, you do not even neeed to write custom build scripts.
-
Create a fork from the main repository
-
Implement whatever is needed
-
Create a Pull Request. Make sure the assigned Checks pass successfully. You can watch the progress in the PR: .NET GitHub workflows
-
Request review from the code owner
-
Once approved, merge your Pull Request via Squash and merge
IMPORTANT
While merging, enter a Conventional Commits commit message. This commit message will be used in automatically generated Github Release Notes and NuGet Release Notes -
Monitor the Release: .NET / NuGet GitHub workflow to make sure your changes are delivered successfully
-
In case of any issues, please contact heleonix.sln@gmail.com