Skip to content

Fix template pack build and test issues#4

Merged
fszymaniak merged 1 commit intomainfrom
claude/fix-template-pack-build-01Dh2ExDmSDd9CLfXg1Ga9Rm
Nov 23, 2025
Merged

Fix template pack build and test issues#4
fszymaniak merged 1 commit intomainfrom
claude/fix-template-pack-build-01Dh2ExDmSDd9CLfXg1Ga9Rm

Conversation

@fszymaniak
Copy link
Copy Markdown
Owner

The README.md file must be placed in the package root (not in content folder) for NuGet to recognize it as the package readme file. This fixes the NU5039 error: "The readme file 'README.md' does not exist in the package."

Changes:

  • Add explicit file entry for README.md with empty target (package root)
  • Exclude README.md from wildcard pattern to avoid duplication
  • Add comments explaining the README.md placement requirement

The README.md file must be placed in the package root (not in content folder)
for NuGet to recognize it as the package readme file. This fixes the NU5039 error:
"The readme file 'README.md' does not exist in the package."

Changes:
- Add explicit file entry for README.md with empty target (package root)
- Exclude README.md from wildcard pattern to avoid duplication
- Add comments explaining the README.md placement requirement
@fszymaniak fszymaniak merged commit 0bf534d into main Nov 23, 2025
3 checks passed
@fszymaniak fszymaniak deleted the claude/fix-template-pack-build-01Dh2ExDmSDd9CLfXg1Ga9Rm branch November 23, 2025 16: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.

2 participants