diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 15:14:38 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 15:14:38 +0800 |
| commit | a93bf4ec45b1187185942d79828ab50ebbd8b828 (patch) | |
| tree | b06a397b78bfbd4d47c0953c92e2efe62e24a610 /run.ps1 | |
| parent | 68010bd9b4e3b39ad0306366a95c91ebd57eecf6 (diff) | |
fix: propagate exit code from `dotnet run` in run.ps1
Diffstat (limited to 'run.ps1')
| -rw-r--r-- | run.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,3 +218,5 @@ edition = "2024" dotnet run --project "$temp_dir/$target_name.csproj" -- $script_args } } + +exit $LASTEXITCODE |
