fix(ci): provision TestClient runtime (#1)
quality-gate / quality (push) Failing after 2m18s
quality-gate / container (push) Has been skipped

This commit is contained in:
KyuubiYoru
2026-07-17 00:42:16 +02:00
parent c2f63db3ad
commit d42e6c99a3
6 changed files with 34 additions and 6 deletions
+4 -2
View File
@@ -134,8 +134,10 @@ external-network procedure are in
## Development
The repository pins .NET SDK 10.0.301. From a clean clone, run the same gates as
CI from the repository root:
The repository pins .NET SDK 10.0.301. The full process-test gate also requires
the .NET 8 runtime because the public TestClient deliberately targets `net8.0`;
CI installs SDK 8.0.128 to supply the pinned 8.0.28 runtime. From a clean clone,
run the same gates as CI from the repository root:
```bash
dotnet restore Rendezvous.slnx --locked-mode