From a93bf4ec45b1187185942d79828ab50ebbd8b828 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 15:14:38 +0800 Subject: fix: propagate exit code from `dotnet run` in run.ps1 --- run.ps1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run.ps1') 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 -- cgit