2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-11-09 01:10:24 +00:00
GlosSI/version_appveyor.ps1

6 lines
143 B
PowerShell
Raw Normal View History

2021-10-28 14:38:28 +00:00
$tag = git describe --tags --always
if (-Not ($tag -match ".+\..+\..+\..+")) {
$tag = "0.0.0." + $tag
}
Update-AppveyorBuild -Version $tag