From 36b68c2bad96ca34715520b41226c5c068cb1553 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Tue, 24 Jan 2023 14:23:16 +0100 Subject: [PATCH] Fixed GitVersion in build - Prerelease breaks NuGetVersion variable, requires further modifications to the versioning. Use v5 for now. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 023ba38..485ba10 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ image: Visual Studio 2022 install: - - choco install gitversion.portable -pre -y + - choco install gitversion.portable -y --version 5.12.0 before_build: - nuget restore