Commit graph

11 commits

Author SHA1 Message Date
986cc5f8ab Fixed Minversion 2026-02-15 21:39:14 +01:00
1a9491617a Removed gitversion, added minversion 2026-02-15 21:30:01 +01:00
f6a1aae622 Refactor publish_nuget stage in CI pipeline to streamline dotnet restore and pack commands 2026-02-15 19:35:41 +01:00
5aae5f6486 Add GeneratePackageOnBuild=false to build script in CI pipeline 2026-02-15 19:30:21 +01:00
97eb431b45 Enhance GitVersion integration in CI pipeline with additional diagnostics and JSON output 2026-02-15 19:24:21 +01:00
a90da31e53 Refactor NuGet package versioning logic to use MajorMinorPatch, EscapedBranchName, and PreReleaseNumber 2026-02-15 19:13:00 +01:00
f9a652f5cc Fix GitVersion command to handle errors and improve package versioning logic 2026-02-15 19:02:32 +01:00
057766ec4b Fix for proper gitversion version 2026-02-15 18:58:28 +01:00
1754ddd494 Build only the core project 2026-02-15 18:49:31 +01:00
25f41c1513 Update CI to .NET 10, improve versioning and packaging
- Switch CI pipeline to use .NET 10.0 SDK images for build and publish jobs
- Set GIT_DEPTH=0 and fetch full git history for accurate versioning
- Refactor publish_nuget job to sanitize and inject GitVersion output into package version
- Downgrade GitVersion.MsBuild to 5.13.0 to match CLI tool version
- In csproj, set <Version> from sanitized GitVersion output with fallback
- Remove prevent-increment-of-merged-branch-version from GitVersion.yml for main/master
2026-02-15 18:42:35 +01:00
4c9e4cd2c2 Added gitlab automation information 2026-02-15 18:20:46 +01:00