Skip to content

Commit

Permalink
Make testhost a project dependency instead of content. (microsoft#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Dec 9, 2016
1 parent a88b0d0 commit 376f798
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/build/TestPlatform.Settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
Mark them as content and copy to output directory.
-->
<ProjectReference Include="$(TestPlatformRoot)src/testhost/testhost.csproj">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<OutputItemType>Content</OutputItemType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<FromP2P>true</FromP2P>
</ProjectReference>
<ProjectReference Include="$(TestPlatformRoot)src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj">
<FromP2P>true</FromP2P>
Expand Down

0 comments on commit 376f798

Please sign in to comment.