Skip to content

Comments

feat: disable packing for test projects and update project files#13

Merged
ncipollina merged 1 commit intomainfrom
feature/disable-test-publish
Jun 10, 2025
Merged

feat: disable packing for test projects and update project files#13
ncipollina merged 1 commit intomainfrom
feature/disable-test-publish

Conversation

@ncipollina
Copy link
Collaborator

🚀 Pull Request

📋 Summary

Briefly describe what this PR does and why it's needed.


✅ Checklist

  • My changes build cleanly
  • I’ve added/updated relevant tests
  • I’ve added/updated documentation or README
  • I’ve followed the coding style for this project
  • I’ve tested the changes locally (if applicable)

🧪 Related Issues or PRs

Closes #...


💬 Notes for Reviewers

Any specific areas to look at, known issues, or follow-up work.

@ncipollina ncipollina requested a review from Copilot June 10, 2025 13:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR disables packing for test projects and updates project files with additional packaging and documentation settings.

  • Added the IsTestProject property to the tests project.
  • Updated the src project with detailed NuGet packaging settings and a new SourceLink package reference.
  • Set a global rule to disable packing for test projects in Directory.Build.props.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
test/DynamoDb.DistributedLock.Tests/DynamoDb.DistributedLock.Tests.csproj Added IsTestProject flag to clearly mark test projects.
src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj Updated packaging and documentation settings; added SourceLink.
Directory.Build.props Configured a condition to disable packing for projects flagged as tests.

@ncipollina ncipollina merged commit 3391b8f into main Jun 10, 2025
1 check passed
@ncipollina ncipollina deleted the feature/disable-test-publish branch June 10, 2025 13:28
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