Skip to content

Instantly share code, notes, and snippets.

@stack72
Created November 2, 2011 22:27
Show Gist options
  • Select an option

  • Save stack72/1335132 to your computer and use it in GitHub Desktop.

Select an option

Save stack72/1335132 to your computer and use it in GitHub Desktop.
$test_assemblies = (Get-ChildItem "$src_folder" -Recurse -Include *Test.dll, *Tests.dll)
this will select everything as expected but I want to exclude some folder types
*\obj
*\package
*\debug
Please Help!
@stack72

stack72 commented Nov 2, 2011

Copy link
Copy Markdown
Author

@alastair that certainly fixed it

@howard thanks for that script - that was useful in another I was having issues :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment