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