Created
July 4, 2019 09:13
-
-
Save krishnaanaril/0ef2160affb2f86c50f5d3bb8c275c9b to your computer and use it in GitHub Desktop.
Configuration for excluding dlls from unit test
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
<ModulePaths> | |
<Exclude> | |
<ModulePath>.*Moq.dll</ModulePath> | |
<ModulePath>.*GenFu.dll</ModulePath> | |
</Exclude> | |
</ModulePaths> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment