update appveyor version helper

pull/239/head
Peter Repukat 1 year ago
parent bf8caca40e
commit 89c90a2ea0

@ -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
}

Loading…
Cancel
Save