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
Owner

Build #118 (clean runner) failed at Stage 3b: MSBUILD : error MSB1001: Unknown switch … --no-incremental. dotnet publish doesn't accept --no-incremental (it's a dotnet build switch). The bin/obj wipe added in the prior commit already forces a clean recompile, so just drop the flag.

  • build.ps1 parses

🤖 Generated with Claude Code

Build #118 (clean runner) failed at Stage 3b: `MSBUILD : error MSB1001: Unknown switch … --no-incremental`. `dotnet publish` doesn't accept `--no-incremental` (it's a `dotnet build` switch). The bin/obj wipe added in the prior commit already forces a clean recompile, so just drop the flag. - [x] `build.ps1` parses 🤖 Generated with [Claude Code](https://claude.com/claude-code)
SilverLABS added 1 commit 2026-06-10 22:26:18 +00:00
fix(build): drop invalid --no-incremental from dotnet publish (MSB1001)
Some checks failed
Build SilverMetal Enhanced - Windows ISO / build (pull_request) Failing after 8s
74e48aa1e5
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>
SilverLABS merged commit dfae1f136b into main 2026-06-10 22:26:28 +00:00
SilverLABS deleted branch fix/clean-publish-flag 2026-06-10 22:26:28 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SilverLABS/SilverMetal#33