You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GlosSI/version_appveyor.ps1

6 lines
179 B
PowerShell

$tag = git describe --tags --always $(git rev-list --all --max-count=1)
if (-Not ($tag -match ".+\..+\..+\..+")) {
$tag = "0.0.0." + $tag
}
Update-AppveyorBuild -Version $tag