This commit is contained in:
luca.mazzoleni
2024-09-18 10:57:03 +02:00
parent a7c28e91fd
commit d60c47cc7b
+1 -1
View File
@@ -143,7 +143,7 @@ variables:
# calcolo versione formato numerico
$versionTxt = $env:MACH_VERS
echo $versionTxt
$versionMonthTxt = $env:MACH_VERS.Substring(3,1)
$versionMonthTxt = $versionTxt.Substring(3,1)
# calcolo mese formato numerico
$versionMonthNum = 999
if ( $versionMonthTxt -eq "a") {