Repair scratch setup preflight for repo-local host processes
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user