mirror of https://github.com/dotnet/tye.git
Browse Source
- Skip scanning test logs (common source of issues) These can have generated names that contain violations - Address a policheck violation in our codepull/79/head
3 changed files with 6 additions and 2 deletions
@ -0,0 +1,3 @@ |
|||
<PoliCheckExclusions> |
|||
<Exclusion Type="FolderPathFull">LINUX_TEST_RESULTS|MACOS_TEST_RESULTS|WINDOWS_TEST_RESULTS|LINUX_TEST_LOGS|MACOS_TEST_LOGS|WINDOWS_TEST_LOGS</Exclusion> |
|||
</PoliCheckExclusions> |
|||
Loading…
Reference in new issue