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

Changed the way assemblyfilter is applied #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lohals
Copy link

@lohals lohals commented Oct 23, 2016

It seems like the current way target assemblies is resolved is not working as expected. Fx. _/bin/release/_test*.dll will not work, because you cant include directory path or directory path wildcards when using Get-ChildItem in that way.

I suggest here that the filter is moved to a where clause with the -like operator. Then you cant write /bin/release/test.dll in the assemblyFilter parameter (and not just *test.dll).

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