Fix for proper gitversion version

This commit is contained in:
MaddoScientisto 2026-02-15 18:58:28 +01:00
commit 057766ec4b

View file

@ -32,7 +32,7 @@ publish_nuget:
git fetch --prune --unshallow || true
git fetch origin +refs/heads/*:refs/remotes/origin/* || true
git branch --show-current || true
dotnet tool install --global GitVersion.Tool --version 5.13.0 || true
- dotnet tool install --global GitVersion.Tool --version 6.5.1 || true
export PATH="$PATH:~/.dotnet/tools"
GITVER=$(gitversion /showvariable NuGetVersionV2)
echo "Raw version: $GITVER"