From 85fc50ca654762555b6a0449e73ca281a1df9c4f Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Tue, 10 Sep 2024 17:09:57 +0200 Subject: [PATCH] Pinned gitversion to v5.12 --- .github/workflows/ModuleBuildTestRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ModuleBuildTestRelease.yml b/.github/workflows/ModuleBuildTestRelease.yml index adaa7aa..12c20f0 100644 --- a/.github/workflows/ModuleBuildTestRelease.yml +++ b/.github/workflows/ModuleBuildTestRelease.yml @@ -32,7 +32,7 @@ jobs: - name: Calculate ModuleVersion (GitVersion) id: GitVersion run: | - dotnet tool install --global GitVersion.Tool + dotnet tool install --global GitVersion.Tool --version 5.12.0 dotnet-gitversion $gitVersionObject = dotnet-gitversion | ConvertFrom-Json Write-Output "NuGetVersionV2=$($gitVersionObject.NuGetVersionV2)" >> $env:GITHUB_OUTPUT