fix(build): drop invalid --no-incremental from dotnet publish #33
Reference in New Issue
Block a user
Delete Branch "fix/clean-publish-flag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build #118 (clean runner) failed at Stage 3b:
MSBUILD : error MSB1001: Unknown switch … --no-incremental.dotnet publishdoesn't accept--no-incremental(it's adotnet buildswitch). The bin/obj wipe added in the prior commit already forces a clean recompile, so just drop the flag.build.ps1parses🤖 Generated with Claude Code