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