How to exclude multiple projects #134
Answered
by
sensslen
saiprabhur
asked this question in
Q&A
-
Any one share a sample command for nuget-license for excluding multiple projects |
Beta Was this translation helpful? Give feedback.
Answered by
sensslen
Jan 2, 2025
Replies: 1 comment 2 replies
-
You can use '-exclude-projects|--exclude-projects-matching <EXCLUDED_PROJECTS>'. The option allows for wildcard matches.... |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sensslen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use '-exclude-projects|--exclude-projects-matching <EXCLUDED_PROJECTS>'. The option allows for wildcard matches....