From 89c90a2ea069502f341e771649028bd1ee5407a2 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sat, 4 Feb 2023 13:42:56 +0100 Subject: [PATCH] update appveyor version helper --- version_appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_appveyor.ps1 b/version_appveyor.ps1 index d925f2c..ad08ad9 100644 --- a/version_appveyor.ps1 +++ b/version_appveyor.ps1 @@ -1,4 +1,4 @@ -$tag = git describe --tags --always +$tag = git describe --tags --always $(git rev-list --all --max-count=1) if (-Not ($tag -match ".+\..+\..+\..+")) { $tag = "0.0.0." + $tag }