Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(GH-182) added tags to exclusionlist #183

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

nils-a
Copy link
Contributor

@nils-a nils-a commented Feb 28, 2021

cake-addin, cake-module and cake-recipe

fixes #182

cake-addin, cake-module and cake-recipe
@nils-a nils-a requested a review from Jericho February 28, 2021 20:47
@@ -41,6 +41,9 @@
"Build",
"Cake",
"Cake-Contrib",
"Script"
"Script",
"Cake-Addin",
Copy link
Member

Choose a reason for hiding this comment

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

LGTM, though @Jericho needs to double-check the exclusion is not case sensitive because existing addins are using the tags all in lowercase e.g. cake-addin instead of Cake-Addin.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I checked - saw the discussion in the other PR 😄

Copy link
Member

Choose a reason for hiding this comment

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

Tag exclusion is indeed case-insensitive.

Copy link
Member

@Jericho Jericho left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Thank you for your contribution.

@Jericho Jericho merged commit 5fe8cc8 into cake-contrib:develop Mar 1, 2021
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.

The tags, needed differentiate between NuGet installation instructions should be excluded
3 participants