File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/xunit.runner.visualstudio/build Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup >
4
+ <!--
4
5
<None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.testadapter.dll">
5
6
<Link>xunit.runner.visualstudio.testadapter.dll</Link>
6
7
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21
22
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22
23
<Visible>False</Visible>
23
24
</None>
25
+ -->
24
26
<ProjectCapability Include =" TestContainer" />
25
27
</ItemGroup >
26
28
</Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup >
4
+ <!--
4
5
<None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.dotnetcore.testadapter.dll">
5
6
<Link>xunit.runner.visualstudio.dotnetcore.testadapter.dll</Link>
6
7
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
16
17
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
17
18
<Visible>False</Visible>
18
19
</None>
20
+ -->
19
21
<ProjectCapability Include =" TestContainer" />
20
22
</ItemGroup >
21
23
</Project >
You can’t perform that action at this time.
0 commit comments