Files
taxbaik/.gitea/workflows
kjh2064 2c62ce8a6e
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m54s
fix: remove --no-restore from publish to allow asset refresh
Problem:
- NETSDK1047: Assets file doesn't have target for linux-x64
- --no-restore prevented publish from reading updated project.assets.json

Solution:
- Remove --no-restore flag from publish commands
- Allow dotnet publish to refresh assets and restore if needed
- This is safe because build already restored and succeeded

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