summaryrefslogtreecommitdiff
path: root/tests/issues.targets
blob: 2bb667d851f73a72e048c75a1e603b3ca2eb5147 (plain)
1
2
3
4
5
6
7
8
<Project DefaultTargets = "GetListOfTestCmds"
    xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
    <ItemGroup Condition="'$(XunitTestBinBase)' != ''">
        <ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\lifetime\**\lifetime2.cmd" >
             <Issue>1037</Issue>
        </ExcludeList>
    </ItemGroup>
</Project>