Skip to content

Update dirs.proj to include IsPackable property#23

Merged
rahuldevikar761 merged 1 commit intomainfrom
rahuldevikar761-patch-5
Nov 18, 2025
Merged

Update dirs.proj to include IsPackable property#23
rahuldevikar761 merged 1 commit intomainfrom
rahuldevikar761-patch-5

Conversation

@rahuldevikar761
Copy link
Collaborator

Added IsPackable property to prevent packing.

Added IsPackable property to prevent packing.
Copilot AI review requested due to automatic review settings November 18, 2025 15:41
@rahuldevikar761 rahuldevikar761 requested review from a team as code owners November 18, 2025 15:41
@rahuldevikar761 rahuldevikar761 merged commit 88edee0 into main Nov 18, 2025
7 checks passed
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 adds the IsPackable property to the dirs.proj traversal project to prevent it from being packaged as a NuGet package. This is a best practice for MSBuild traversal projects, which are used for building multiple projects together but should not themselves be packaged.

  • Adds <IsPackable>false</IsPackable> property to prevent packaging
  • Includes a clear explanatory comment

@pontemonti pontemonti deleted the rahuldevikar761-patch-5 branch December 5, 2025 17: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.

3 participants