From 39cdbd33bc49c771228fca453207feed55db19cb Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 22 May 2026 17:33:16 +0200 Subject: [PATCH] update build all --- build_all_par.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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