Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion dotnet-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ Use this when you're:
Use this when you're:
- Adding .NET tools to your project
- Managing tool versions across environments
- Setting up tool dependencies in CI/CD
- Setting up tool dependencies in CI/CD

## Related Rules

- For general NuGet package publishing best practices, see the [NuGet Package Publishing Rules](../nuget-packages/README.md)
- For CI/CD integration, see the [CI/CD Rules](../ci-cd/README.md)
- For .NET SDK management, see the [.NET SDK Management Rules](../dotnet-sdk/README.md)