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 }