Created
November 2, 2011 22:27
-
-
Save stack72/1335132 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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! |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alastair that certainly fixed it
@howard thanks for that script - that was useful in another I was having issues :)