2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-10-30 15:20:38 +00:00
GlosSI/version_appveyor.ps1
2021-10-28 16:38:28 +02:00

6 lines
143 B
PowerShell

$tag = git describe --tags --always
if (-Not ($tag -match ".+\..+\..+\..+")) {
$tag = "0.0.0." + $tag
}
Update-AppveyorBuild -Version $tag