Skip to content

Commit 0e604e4

Browse files
committed
Experiment: Remove all file copies
1 parent 6dff757 commit 0e604e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/xunit.runner.visualstudio/build/xunit.runner.visualstudio.desktop.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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>
@@ -21,6 +22,7 @@
2122
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2223
<Visible>False</Visible>
2324
</None>
25+
-->
2426
<ProjectCapability Include="TestContainer" />
2527
</ItemGroup>
2628
</Project>

src/xunit.runner.visualstudio/build/xunit.runner.visualstudio.dotnetcore.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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>
@@ -16,6 +17,7 @@
1617
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1718
<Visible>False</Visible>
1819
</None>
20+
-->
1921
<ProjectCapability Include="TestContainer" />
2022
</ItemGroup>
2123
</Project>

0 commit comments

Comments
 (0)