Close gaps in off-queue DX 49/54/55.

Pass -c through to dotnet run so Release stamp and process match, assert changelog order for more than one commit, and restore the last school tab from sessionStorage when opening from the menu.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 17:10:01 +03:00
co-authored by Cursor
parent cd68d2e6b8
commit d8d042349a
5 changed files with 39 additions and 13 deletions
+1
View File
@@ -121,6 +121,7 @@ $run = @(
'--project', (Join-Path $PSScriptRoot 'src\HSchool.AppHost\HSchool.AppHost.csproj')
'--no-build'
'--no-restore'
'-c', $configuration
) + $dotnetArgs
& dotnet run @run
$exitCode = $LASTEXITCODE