aboutsummaryrefslogtreecommitdiff
path: root/run.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'run.ps1')
-rw-r--r--run.ps12
1 files changed, 2 insertions, 0 deletions
diff --git a/run.ps1 b/run.ps1
index f0c3652..460343f 100644
--- a/run.ps1
+++ b/run.ps1
@@ -218,3 +218,5 @@ edition = "2024"
dotnet run --project "$temp_dir/$target_name.csproj" -- $script_args
}
}
+
+exit $LASTEXITCODE