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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4+ <!--
45 <None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.testadapter.dll">
56 <Link>xunit.runner.visualstudio.testadapter.dll</Link>
67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2122 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2223 <Visible>False</Visible>
2324 </None>
25+ -->
2426 <ProjectCapability Include =" TestContainer" />
2527 </ItemGroup >
2628</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4+ <!--
45 <None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.dotnetcore.testadapter.dll">
56 <Link>xunit.runner.visualstudio.dotnetcore.testadapter.dll</Link>
67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1617 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1718 <Visible>False</Visible>
1819 </None>
20+ -->
1921 <ProjectCapability Include =" TestContainer" />
2022 </ItemGroup >
2123</Project >
You can’t perform that action at this time.
0 commit comments