diff --git a/build_all_par.ps1 b/build_all_par.ps1 index f0b2ffaf..59463dbe 100644 --- a/build_all_par.ps1 +++ b/build_all_par.ps1 @@ -129,6 +129,6 @@ if ($failCount -gt 0) { } } else { - Write-Host "`nšŸŽ‰ Eccellente! Tutte le soluzioni compilano senza errori (i problemi di lock parallelo sono stati superati)." -ForegroundColor Green + Write-Host "`nšŸŽ‰ Eccellente! Tutte le soluzioni compilano senza errori." -ForegroundColor Green } Write-Host "==================================================" -ForegroundColor Magenta \ No newline at end of file