Skip to content

Fix stale publish output path in docs#3

Merged
MaceWindu merged 1 commit into
masterfrom
fix-readme-publish-path
May 11, 2026
Merged

Fix stale publish output path in docs#3
MaceWindu merged 1 commit into
masterfrom
fix-readme-publish-path

Conversation

@MaceWindu
Copy link
Copy Markdown
Owner

Summary

  • Directory.Build.props centralises bin/obj/publish into .build/, but README.md and CLAUDE.md still showed the old src\Claudelk.Cli\bin\Release\<tfm>\publish\ path
  • Updated both docs to point at the actual default: .build\bin\Claudelk.Cli\Release\<tfm>\publish\

Test plan

  • dotnet publish src/Claudelk.Cli -c Release lands files at the path now shown in the docs

🤖 Generated with Claude Code

The repo centralises build output in .build/ via Directory.Build.props,
but README.md and CLAUDE.md still pointed at the pre-centralisation
src\Claudelk.Cli\bin\Release\... path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@MaceWindu MaceWindu merged commit 4d7f111 into master May 11, 2026
1 check passed
@MaceWindu MaceWindu deleted the fix-readme-publish-path branch May 11, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant