This commit is contained in:
luca.mazzoleni
2024-09-18 11:50:11 +02:00
parent bfa37e86c1
commit 56b686e9e6
+1 -1
View File
@@ -144,7 +144,7 @@ variables:
$fPath = "$env:MACH_NAME.mlde";
$vLine = Select-String -path $fPath -Pattern 'PP_NVER';
$comp = $vLine -split "=";
$env:MACH_VERS = $comp[1].Replace("'","").Trim()
$env:MACH_VERS_NUM = $comp[1].Replace("'","").Trim()
# display versione formato numerico
Write-Output $env:MACH_VERS_NUM