AppVeyor version script

pull/130/head
Peter Repukat 2 years ago
parent 686ffd1bc1
commit 9ab7087100

@ -0,0 +1,5 @@
$tag = git describe --tags --always
if (-Not ($tag -match ".+\..+\..+\..+")) {
$tag = "0.0.0." + $tag
}
Update-AppveyorBuild -Version $tag
Loading…
Cancel
Save