From 4cf1eb084f29392acdca13823e16f5fd52737d34 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 31 Aug 2019 11:35:13 +0200 Subject: [PATCH] forgot the name of the tag --- build/BuildTasks/GitVersion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BuildTasks/GitVersion.cs b/build/BuildTasks/GitVersion.cs index 89a9a6793..7be1b754e 100644 --- a/build/BuildTasks/GitVersion.cs +++ b/build/BuildTasks/GitVersion.cs @@ -123,7 +123,7 @@ namespace BuildTasks { } } - WriteIfChanged(versionHPath, versionHTemplate, commits, versionStr, taggedRelease ? "1" : "0", installerVersion, resourceVersion); + WriteIfChanged(versionHPath, versionHTemplate, releaseVersion.Shorten(), commits, versionStr, taggedRelease ? "1" : "0", installerVersion, resourceVersion); WriteIfChanged(versionXmlPath, versionXmlTemplate, commits, versionStr); return true;