diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b03c02..eb459aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"