Have you tried wildcards?
Solution/*/bin/Debug
Solution/*/bin/Release
With version 1.8.2 of git,you can also use the ** wildcard to match any level of subdirectories:
**/bin/Debug/
**/bin/Release/
Have you tried wildcards?
Solution/*/bin/Debug
Solution/*/bin/Release
With version 1.8.2 of git,you can also use the ** wildcard to match any level of subdirectories:
**/bin/Debug/
**/bin/Release/