Skip to content

Commit

Permalink
Fix GetFilteredExcludeList to properly report out-of-process tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed Apr 7, 2022
1 parent ca7caba commit 95019a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4007,6 +4007,8 @@
<FilteredExcludeList
Include="$([System.IO.Path]::GetRelativePath('$(XunitTestBinBase)', '%(ExcludeList.FullPath)'))"
Condition="'%(ExcludeList.Extension)' == '.dll'" />
<FilteredExcludeList Include="$([System.IO.Path]::ChangeExtension('$([System.IO.Path]::GetRelativePath('$(XunitTestBinBase)', '%(ExcludeList.RootDir)%(ExcludeList.Directory)%(ExcludeList.FileName)'))', '.cmd'))"
Condition="'%(ExcludeList.Extension)' == '.OutOfProcessTest'" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 95019a8

Please sign in to comment.