fix(build): drop invalid --no-incremental from dotnet publish #33

Merged
SilverLABS merged 1 commits from fix/clean-publish-flag into main 2026-06-10 22:26:28 +00:00

1 Commits

Author SHA1 Message Date
sysadmin
74e48aa1e5 fix(build): drop invalid --no-incremental from dotnet publish (MSB1001)
Some checks failed
Build SilverMetal Enhanced - Windows ISO / build (pull_request) Failing after 8s
dotnet publish rejects --no-incremental (it's a dotnet build switch) -> MSB1001 Unknown
switch -> build failed. The bin/obj wipe alone forces the clean recompile we need.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 23:26:08 +01:00