Repair scratch setup preflight for repo-local host processes

This commit is contained in:
master
2026-03-11 21:19:25 +02:00
parent 4a84f901ab
commit 08006100a5
7 changed files with 221 additions and 6 deletions

View File

@@ -294,10 +294,10 @@ build_solutions() {
step 'Building all .NET solutions'
local script="${ROOT}/scripts/build-all-solutions.sh"
if [[ -x "$script" ]]; then
"$script"
"$script" --stop-repo-host-processes
ok '.NET solutions built successfully'
elif [[ -f "$script" ]]; then
bash "$script"
bash "$script" --stop-repo-host-processes
ok '.NET solutions built successfully'
else
warn "Build script not found at $script. Skipping .NET build."