9ee812f563
TaxBaik CI/CD / build-and-deploy (push) Failing after 28s
Problem: - CI runs on Linux (ubuntu-latest) - Local restore was Windows-only, missing linux-x64 runtime - --no-build skipped rebuild, so publish used stale assets Solution: - dotnet restore -r linux-x64 (include Linux runtime) - Remove --no-build from publish (allow rebuild if needed) This fixes NETSDK1047 error on Linux CI. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>