This commit is contained in:
luca.mazzoleni
2024-09-18 10:55:32 +02:00
parent 2fbbf4ca96
commit a7c28e91fd
+2
View File
@@ -141,6 +141,8 @@ variables:
Write-Output $env:MACH_VERS
# calcolo versione formato numerico
$versionTxt = $env:MACH_VERS
echo $versionTxt
$versionMonthTxt = $env:MACH_VERS.Substring(3,1)
# calcolo mese formato numerico
$versionMonthNum = 999