Files
taxbaik/.gitea
kjh2064 0f40eba363
TaxBaik CI/CD / build-and-deploy (push) Failing after 1m17s
fix: simplify CI restore to avoid WASM runtime conflicts
Problem:
- Complex per-project restore with -r linux-x64 caused WASM SDK to request Mono.linux-x64
- .NET 10.0.9 Mono runtime not available on NuGet
- WASM projects don't need runtime identifier (browser execution)

Solution:
- Revert to simple 'dotnet restore src/TaxBaik.sln'
- Let SDK handle runtime selection automatically
- WASM SDK will ignore runtime identifiers for browser targets

This fixes NU1102 error while maintaining correct dependency resolution.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04 04:54:21 +09:00
..