mirror of
https://github.com/Alia5/GlosSI.git
synced 2024-10-30 15:20:38 +00:00
6 lines
143 B
PowerShell
6 lines
143 B
PowerShell
$tag = git describe --tags --always
|
|
if (-Not ($tag -match ".+\..+\..+\..+")) {
|
|
$tag = "0.0.0." + $tag
|
|
}
|
|
Update-AppveyorBuild -Version $tag
|