test
This commit is contained in:
+1
-1
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user