8c7df7a813
TaxBaik CI/CD / build-and-deploy (push) Failing after 24s
Problem: - Blazor WebAssembly projects run in browser (no linux-x64 needed) - Requesting -r linux-x64 causes WASM SDK to look for Mono.linux-x64 - .NET 10.0.9 Mono runtime doesn't exist yet on NuGet Solution: - Restore host projects (Web, Proxy) with -r linux-x64 - Restore WASM clients (Web.Client, Portal.Client) without runtime - Restore shared libraries normally This prevents NU1102 error while still getting correct runtimes. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>